rofi: Readd a binding for kb-mode-complete

This commit is contained in:
2021-09-08 14:47:42 +02:00
parent 235d240a81
commit 80095fe683

View File

@@ -18,7 +18,10 @@ configuration {
kb-mode-previous: "Control+h,Shift+Left,Control+ISO_Left_Tab";
kb-row-down: "Control+j,Down,Control+n";
kb-row-up: "Control+k,Up,Control+p,ISO_Left_Tab";
kb-mode-complete: "";
/* 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";
}