Rev 1649 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1649 | Rev 1673 | ||
|---|---|---|---|
| Line 16... | Line 16... | ||
| 16 | } |
16 | } |
| 17 | 17 | ||
| 18 | Log("\033[31mFailed to send code \"" + key_name + "\" (" + keycode + ").\033[0m\n"); |
18 | Log("\033[31mFailed to send code \"" + key_name + "\" (" + keycode + ").\033[0m\n"); |
| 19 | return false; |
19 | return false; |
| 20 | } |
20 | } |
| 21 | Console_RegisterCommand(Xorg_SendKey, function(args) { return Console_StandardAutocomplete(args, get_keys( |
21 | Console_RegisterCommand(Xorg_SendKey, function(args) { return Console_StandardAutocomplete(args, get_keys(Storage_GetParameters("Xorg_Keymap"))); }); |