diff options
author | sabetts <sabetts> | 2001-09-23 07:43:40 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2001-09-23 07:43:40 +0000 |
commit | 844756cbfa42dfe3be550cf5c7ee24c2993f123b (patch) | |
tree | edb9dd8fe083a52f0159dc228b7a991c618c89e7 /src/actions.c | |
parent | 4ef696c05c6bee87dcd94d6ac74f02a79584418b (diff) | |
download | ratpoison-844756cbfa42dfe3be550cf5c7ee24c2993f123b.zip |
(initialize_default_keybindings): Change C-t a and
C-t C-a binding to "time".
Diffstat (limited to 'src/actions.c')
-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 e08e493..e60701c 100644 --- a/src/actions.c +++ b/src/actions.c @@ -226,8 +226,8 @@ initialize_default_keybindings (void) add_keybinding (XK_K, ControlMask, "kill"); add_keybinding (XK_Return, 0, "next"); add_keybinding (XK_Return, ControlMask, "next"); - add_keybinding (XK_a, 0, "clock"); - add_keybinding (XK_a, ControlMask, "clock"); + add_keybinding (XK_a, 0, "time"); + add_keybinding (XK_a, ControlMask, "time"); add_keybinding (XK_b, 0, "banish"); add_keybinding (XK_b, ControlMask, "banish"); add_keybinding (XK_c, 0, "exec " TERM_PROG); |