diff options
author | sabetts <sabetts> | 2003-09-04 09:55:08 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2003-09-04 09:55:08 +0000 |
commit | 701406b1a1c922d5a388c29a963361a0aea09cd3 (patch) | |
tree | d4186df878af47834e58a85856dc1ef9705eeec0 /src | |
parent | 2a16e44fccc006966c0e282ce0ba4a808e15e776 (diff) | |
download | ratpoison-701406b1a1c922d5a388c29a963361a0aea09cd3.zip |
(initialize_default_keybindings): use ROOT_KEYMAP
in the bind and unbind aliases.
Diffstat (limited to 'src')
-rw-r--r-- | src/actions.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/actions.c b/src/actions.c index 0160ac8..2b065e3 100644 --- a/src/actions.c +++ b/src/actions.c @@ -440,8 +440,8 @@ initialize_default_keybindings (void) add_keybinding (XK_r, RP_CONTROL_MASK, "resize", map); add_keybinding (XK_question, 0, "help " ROOT_KEYMAP, map); - add_alias ("unbind", "definekey default"); - add_alias ("bind", "definekey default"); + add_alias ("unbind", "definekey " ROOT_KEYMAP); + add_alias ("bind", "definekey " ROOT_KEYMAP); } void |