aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAmin Bandali <bandali@kelar.org>2024-02-27 00:49:58 -0500
committeradnano <me@adnano.co>2024-02-27 07:54:20 -0500
commitc37c3fe38e77398fba65d169c664f569fbab9760 (patch)
tree6fecdd75c3320e7321970ad6c3f355e12ffe56dc /docs
parent04dfc063795c56a5fdb3096bf8fe0b4123c3c28d (diff)
downloadwmenu-c37c3fe38e77398fba65d169c664f569fbab9760.tar.gz
Add dmenu's Meta (Alt) keybindings
This change adds dmenu's mixture of Emacs+vim-style Meta keybindings. Also 'Page_Up' and 'Page_Down' were deprecated in upstream xkbcommon, so replace them with the new 'Prior' and 'Next' names respectively.
Diffstat (limited to 'docs')
-rw-r--r--docs/wmenu.1.scd24
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/wmenu.1.scd b/docs/wmenu.1.scd
index 5fbf50e..56d3865 100644
--- a/docs/wmenu.1.scd
+++ b/docs/wmenu.1.scd
@@ -148,3 +148,27 @@ arrow keys, page up, page down, home, and end.
|[ *C-w*
:[ Delete word left
+|[ *M-b*
+:[ Move cursor to the start of the current word.
+
+|[ *M-f*
+:[ Move cursor to the end of the current word.
+
+|[ *M-g*
+:[ Home
+
+|[ *M-G*
+:[ End
+
+|[ *M-h*
+:[ Up
+
+|[ *M-j*
+:[ Page down
+
+|[ *M-k*
+:[ Page up
+
+|[ *M-l*
+:[ Down
+