Forums » Ryzom Game on GNU/Linux »
Strange bindkey behavior
Added by kirlack almost 5 years ago
Hi,
While using the native GNU/Linux client, I noticed a strange behavior for Ctrl + 3. It selects the shortcut bar 3 correctly, but in addition to this effect it also close the last active window (exactly as Esc does). Others shortcut bar change doesn't have this behavior, only Ctrl + 3. This is the part of my keys_character.xml concerning the key 3 (and 4 in order to compare) :
<key name="Key3" action="run_shortcut" params="02"/> <key name="Key3" ctrl="1" action="select_shortcut_bar" params="3"/> <key name="Key3" shift="1" action="run_shortcut" params="12"/> <key name="Key3" menu="1" action="talk_message" params="02"/> <key name="Key3" ctrl="1" menu="1" action="toggle_3d_filter" params="2"/> <key name="Key3" shift="1" menu="1" action="talk_message" params="12"/> <key name="Key3" shift="1" ctrl="1" menu="1" action="command" params="a changeMode 3"/> <key name="Key4" action="run_shortcut" params="03"/> <key name="Key4" ctrl="1" action="select_shortcut_bar" params="4"/> <key name="Key4" shift="1" action="run_shortcut" params="13"/> <key name="Key4" menu="1" action="talk_message" params="03"/> <key name="Key4" ctrl="1" menu="1" action="toggle_3d_filter" params="3"/> <key name="Key4" shift="1" menu="1" action="talk_message" params="13"/> <key name="Key4" shift="1" ctrl="1" menu="1" action="command" params="a changeMode 1"/>
There is nothing else concerning thoses keys, I don't see why Ctrl + 3 closes windows.
Replies (1)
RE: Strange bindkey behavior - Added by Naush almost 5 years ago
CTRL+SHIFT+3 does the same on Slackware 13.1
(1-1/1)