Module gabelstaplerwm::wm::kbd
[−]
[src]
Structs
| KeyPress |
a key has been pressed - keycode and modifier information. |
Constants
| ALT |
Symbolic constant: alt modifier pressed. |
| ALTGR |
Symbolic constant: alt gr modifier pressed. |
| CTRL |
Symbolic constant: control modifier pressed. |
| MOD4 |
Symbolic constant: windows/mod4 modifier pressed. |
| NO_MODIFIER |
Symbolic constant: no modifier pressed. |
| SHIFT |
Symbolic constant: shift modifier pressed. |
Functions
| from_key |
Get a |
Type Definitions
| KeyCallback |
Closure type of a callback function running on key press. |
| Keybindings |
Keybinding map. |