diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-07-23 14:30:09 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-07-23 14:30:09 +0200 |
| commit | 3037d6bd668640f618b9da384b20058b8e73a974 (patch) | |
| tree | 7dce987726a62c78ad542790739fcdedfc5bdffb /config/keynav | |
| parent | 0f224c6f8b0fb84c0e14c077019e2ace12874163 (diff) | |
| parent | 3cec0350754c8ac948df5b857baa5dfd5e93bb45 (diff) | |
| download | dotfiles-3037d6bd668640f618b9da384b20058b8e73a974.tar.gz dotfiles-3037d6bd668640f618b9da384b20058b8e73a974.tar.bz2 dotfiles-3037d6bd668640f618b9da384b20058b8e73a974.zip | |
Merge branch 'master' of github.com:cacharle/dotfiles
Diffstat (limited to 'config/keynav')
| -rw-r--r-- | config/keynav/keynavrc | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/config/keynav/keynavrc b/config/keynav/keynavrc new file mode 100644 index 0000000..d612648 --- /dev/null +++ b/config/keynav/keynavrc @@ -0,0 +1,45 @@ +# default configuration from `man keynav` +clear +# ctrl+semicolon start +Escape end +ctrl+bracketleft end +# q record ~/.keynav_macros +shift+at playback +a history-back +h cut-left +j cut-down +k cut-up +l cut-right +shift+h move-left +shift+j move-down +shift+k move-up +shift+l move-right +space warp,click 1,end +Return warp,click 1,end +semicolon warp,end +w warp +t windowzoom +c cursorzoom 300 300 +e end +1 click 1 +2 click 2 +3 click 3 +ctrl+h cut-left +ctrl+j cut-down +ctrl+k cut-up +ctrl+l cut-right +y cut-left,cut-up +u cut-right,cut-up +b cut-left,cut-down +n cut-right,cut-down +shift+y move-left,move-up +shift+u move-right,move-up +shift+b move-left,move-down +shift+n move-right,move-down +ctrl+y cut-left,cut-up +ctrl+u cut-right,cut-up +ctrl+b cut-left,cut-down +ctrl+n cut-right,cut-down + +# More consistent, ctrl for application, super for display +Super_L+semicolon start |
