wrong key assigned

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
Fela
Wyrmic
Posts: 279
Joined: Sun Aug 29, 2010 5:23 pm
Location: Hessen, Germany

wrong key assigned

#1 Post by Fela »

shift-7 and shift-8 both assign to the same hotkey (31)

shift-8 should be 32

paboperfecto
Wyrmic
Posts: 216
Joined: Tue Mar 31, 2009 7:45 pm
Location: New Mexico

Re: wrong key assigned

#2 Post 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!

darkgod
Master of Eyal
Posts: 10751
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Re: wrong key assigned

#3 Post by darkgod »

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 ;)

paboperfecto
Wyrmic
Posts: 216
Joined: Tue Mar 31, 2009 7:45 pm
Location: New Mexico

Re: wrong key assigned

#4 Post by paboperfecto »

Thank you!

Taxorgian
Archmage
Posts: 300
Joined: Mon May 17, 2010 11:56 am

Re: wrong key assigned

#5 Post by Taxorgian »

Is this related to the RIGHTPAREN bug?

greycat
Sher'Tul
Posts: 1396
Joined: Tue May 11, 2010 11:51 pm

Re: wrong key assigned

#6 Post 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.

Post Reply