rofi: Left/Right without Shift for next/prev mode
This commit is contained in:
@@ -14,15 +14,14 @@ configuration {
|
||||
kb-accept-entry: "Control+m,Return,KP_Enter";
|
||||
kb-remove-to-eol: "";
|
||||
kb-remove-char-back: "BackSpace,Shift+BackSpace";
|
||||
kb-move-char-forward: "Shift+Right";
|
||||
kb-move-char-back: "Shift+Left";
|
||||
kb-mode-complete: "Control+f";
|
||||
/* Add Vim like bindings */
|
||||
kb-mode-previous: "Control+h,Shift+Left,Control+ISO_Left_Tab";
|
||||
kb-mode-previous: "Control+h,Left,Control+ISO_Left_Tab";
|
||||
kb-row-down: "Control+j,Down,Control+n";
|
||||
kb-row-up: "Control+k,Up,Control+p,ISO_Left_Tab";
|
||||
/* Control+l is bound to kb-mode-complete and Control+f is bound to
|
||||
* kb-move-char-forward per default*/
|
||||
kb-move-char-forward: "Right";
|
||||
kb-mode-complete: "Control+f";
|
||||
kb-mode-next: "Control+l,Shift+Right,Control+Tab";
|
||||
kb-mode-next: "Control+l,Right,Control+Tab";
|
||||
}
|
||||
|
||||
/* Load $XDG_CONFIG_HOME/rofi/themes/app-launcher.rasi */
|
||||
|
||||
Reference in New Issue
Block a user