Show
Ignore:
Timestamp:
07/08/08 12:20:56 (5 months ago)
Author:
rob
Message:

Fixed #480: added DescribeKey? action
* modified keystroke processing to send an action to a callback rather than processing the action
* updated the keystroke definition to use the built-in keystrokes from wx itself rather than a hard-coded list here in the source
* changed some default key bindings to C-h for Help

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/peppy/plugins/keyboard.py

    r1290 r1471  
    2525    alias = "describe-keys" 
    2626    default_menu = ("&Help", 210) 
    27     key_bindings = {'emacs': "M-/ B", } 
     27    key_bindings = {'emacs': "C-h b", } 
    2828 
    2929    def action(self, index=-1, multiplier=1):