diff options
| author | Dana Jansens <danakj@orodu.net> | 2010-01-08 09:04:25 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2010-01-08 09:04:25 -0500 |
| commit | bafd9e9edcff0e18a03ef6f4e73d673e12a7c7ed (patch) | |
| tree | e4ecbd36f3606c4decbb93de4f45a875491b0c36 /openbox/misc.h | |
| parent | 70c074afe84ddbe4058f67a1fce062a769b449fc (diff) | |
make Home and End keys navigate to top/bottom of the active menu
Diffstat (limited to 'openbox/misc.h')
| -rw-r--r-- | openbox/misc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/misc.h b/openbox/misc.h index c1ec4075..68403f49 100644 --- a/openbox/misc.h +++ b/openbox/misc.h @@ -53,6 +53,8 @@ typedef enum OB_KEY_DOWN, OB_KEY_TAB, OB_KEY_SPACE, + OB_KEY_HOME, + OB_KEY_END, OB_NUM_KEYS } ObKey; |
