Method: Fox#parseHotKey
- Defined in:
- rdoc-sources/FXAccelTable.rb
#parseHotKey(string) ⇒ Object
Parse hot key from string, yielding modifier and key code. For example, parseHotKey(“”Salt && &Pepper!“”) yields MKUINT(KEY_p,ALTMASK).
68 |
# File 'rdoc-sources/FXAccelTable.rb', line 68 def parseHotKey(string); end |