macros with shift don't work
KildClient is a powerful MUD client with a built-in Perl interpreter
Brought to you by:
ekalin
i am trying to invoke a macro:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE kcworld-export SYSTEM "kcworld.dtd">
<kcworld-export>
<macros>
<macro name="hobbitatre" enabled="1">
<key><Shift><Control>h</key>
<action>/path("{sw}33s")</action>
</macro>
</macros>
<hooksv2>
</hooksv2>
</kcworld-export>
it works with keys which include not shift. i am using ubuntu feisty fawn, an alternative keyboardlayout and kildclient 2.5.0
Logged In: YES
user_id=97207
Originator: NO
This is because of a GTK+ bug (#465368, see http://bugzilla.gnome.org/show_bug.cgi?id=465368\). I will try a workaround.
Easy fix here is to match on "<Shift><Control>H" not h.