Page 1 of 1
wrong key assigned
Posted: Thu Oct 07, 2010 11:04 pm
by Fela
shift-7 and shift-8 both assign to the same hotkey (31)
shift-8 should be 32
Re: wrong key assigned
Posted: Tue Nov 30, 2010 3:09 pm
by paboperfecto
I use shift for my second page of hotkeys instead of control. Could we get the following change committed into game/modules/tome/class/Game.lua (line 769 in 15b):
Code: Select all
HOTKEY_THIRD_8 = not_wild(function() self.player:activateHotkey(32) end),
It is 31 in the code which maps to the same as shift+7. Thanks!
Re: wrong key assigned
Posted: Tue Nov 30, 2010 3:31 pm
by darkgod
fixed in svn already

Re: wrong key assigned
Posted: Tue Nov 30, 2010 3:35 pm
by paboperfecto
Thank you!
Re: wrong key assigned
Posted: Tue Nov 30, 2010 6:41 pm
by Taxorgian
Is this related to the RIGHTPAREN bug?
Re: wrong key assigned
Posted: Tue Nov 30, 2010 7:03 pm
by greycat
RIGHTPAREN is most likely you experiencing a difference between your (US) keyboard and Darkgod's (non-US) keyboard. You "fix" it by properly mapping your hotkeys in the ESC -> Key Bindings screen. Don't forget to map the Shift-minus and Ctrl-minus keys, too.