Go to the source code of this file.
Classes | |
| class | robotide.action.shortcut.Shortcut |
Namespaces | |
| robotide.action.shortcut | |
Functions | |
| def | robotide.action.shortcut._replace_mac_chars (string) |
| def | robotide.action.shortcut.localize_shortcuts (string) |
Variables | |
| dictionary | robotide.action.shortcut._REPLACE |
| string | robotide.action.shortcut.CMD_CHAR = u'\u2318' |
| string | robotide.action.shortcut.CTRL_CHAR = u'\u2303' |
| string | robotide.action.shortcut.DEL_CHAR = u'\u2326' |
| string | robotide.action.shortcut.DOWN_CHAR = u'\u2193' |
| string | robotide.action.shortcut.ENTER_CHAR = u'\u2324' |
| string | robotide.action.shortcut.ESC_CHAR = u'\u238B' |
| string | robotide.action.shortcut.LEFT_CHAR = u'\u2190' |
| string | robotide.action.shortcut.OPTION_CHAR = u'\u2325' |
| string | robotide.action.shortcut.RETURN_CHAR = u'\u21A9' |
| string | robotide.action.shortcut.RIGHT_CHAR = u'\u2192' |
| string | robotide.action.shortcut.SHIFT_CHAR = u'\u21E7' |
| string | robotide.action.shortcut.SPACE_CHAR = u'\u2423' |
| string | robotide.action.shortcut.UP_CHAR = u'\u2191' |