shift-7 and shift-8 both assign to the same hotkey (31)
shift-8 should be 32
wrong key assigned
Moderator: Moderator
-
- Wyrmic
- Posts: 216
- Joined: Tue Mar 31, 2009 7:45 pm
- Location: New Mexico
Re: wrong key assigned
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):
It is 31 in the code which maps to the same as shift+7. Thanks!
Code: Select all
HOTKEY_THIRD_8 = not_wild(function() self.player:activateHotkey(32) end),
Re: wrong key assigned
fixed in svn already 

[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning

-
- Wyrmic
- Posts: 216
- Joined: Tue Mar 31, 2009 7:45 pm
- Location: New Mexico
Re: wrong key assigned
Thank you!
Re: wrong key assigned
Is this related to the RIGHTPAREN bug?
Re: wrong key assigned
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.