diff options
-rwxr-xr-x | bin/bin/keyboard | 3 | ||||
-rw-r--r-- | info/.infokey | 14 |
2 files changed, 11 insertions, 6 deletions
diff --git a/bin/bin/keyboard b/bin/bin/keyboard index d00035b..45d9972 100755 --- a/bin/bin/keyboard +++ b/bin/bin/keyboard @@ -30,6 +30,9 @@ xmodmap -e "keysym g = g G 7" xmodmap -e "keysym c = c C 8" xmodmap -e "keysym r = r R 9" +# Special characters +xmodmap -e "keysym XF86Eject = Insert" + # Xcape settings killall -9 xcape diff --git a/info/.infokey b/info/.infokey index 0433909..9c34cc4 100644 --- a/info/.infokey +++ b/info/.infokey @@ -3,16 +3,18 @@ j next-line k prev-line l forward-char h backward-char -^f scroll-forward -^b scroll-backward g beginning-of-node G end-of-node -^o history-node -} next-node -{ prev-node u up-node t top-node d dir-node -/ search n search-next N search-previous +m menu-item +} next-node +{ prev-node +/ search +^f scroll-forward +^b scroll-backward +^c abort-key +^o history-node |