Ticket #854 (new defect)
Opened 19 months ago
Using RET when rebinding keys raises error
| Reported by: | https://me.yahoo.com/postrockrob#52e3a | Owned by: | rob |
|---|---|---|---|
| Priority: | major | Milestone: | 0.15 |
| Component: | multikey | Keywords: | |
| Cc: |
Description
Used RET as a keystroke for a DeleteWindow? action and saved the keybinding mode. Used RET again to trigger a new key definition, and one of two things happens: 1: the window is deleted 2: the "New key binding" message appears, so hit RET again and resulted in:
Traceback (most recent call last):
File "/data2/home/rob/src/peppy/peppy/lib/multikey.py", line 1590, in OnMenu
keystroke = self.findKeystrokeFromMenuId(eid)
File "/data2/home/rob/src/peppy/peppy/lib/multikey.py", line 1609, in findKeystrokeFromMenuId
return self.findKeystrokeFromMenuAction(action)
File "/data2/home/rob/src/peppy/peppy/lib/multikey.py", line 1629, in findKeystrokeFromMenuAction
raise KeyError
KeyError
Attachments
Note: See
TracTickets for help on using
tickets.
