aboutsummaryrefslogtreecommitdiff
path: root/src/Internal/Keys.hs
diff options
context:
space:
mode:
authorJosh Rahm <rahm@google.com>2022-04-08 15:07:58 -0600
committerJosh Rahm <joshuarahm@gmail.com>2022-10-09 12:19:46 -0600
commitc796e7533cd8da13f42961966313c926810f6468 (patch)
treef757a6d00ae767b5264d4ce0293940ed3f6fc481 /src/Internal/Keys.hs
parentb1d96c528a723790fb225d4b9be4422fc90cbcea (diff)
downloadrde-c796e7533cd8da13f42961966313c926810f6468.tar.gz
rde-c796e7533cd8da13f42961966313c926810f6468.tar.bz2
rde-c796e7533cd8da13f42961966313c926810f6468.zip
More generic navigation and documentation.
Diffstat (limited to 'src/Internal/Keys.hs')
-rw-r--r--src/Internal/Keys.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Internal/Keys.hs b/src/Internal/Keys.hs
index 40ad0af..5b2e5a8 100644
--- a/src/Internal/Keys.hs
+++ b/src/Internal/Keys.hs
@@ -403,14 +403,14 @@ keymap = runKeys $ do
bind xK_space $ do
justMod $
- doc "Use the next layout in the layout list." $ sendMessage ToNextLayout
+ doc "Use the next layout in the layout list." $ sendMessage toNextLayout
altMod $
- doc "Reset the layout to the default layout." $ sendMessage (SetLayout 0)
+ doc "Reset the layout to the default layout." $ sendMessage toFirstLayout
shiftMod $
doc "Use the previous layout in the layout list." $
- sendMessage ToPreviousLayout
+ sendMessage toPreviousLayout
bind xK_t $ do
justMod $