rofi: Unbind Shift+Tab as it is bound by default
With a new version, Tab and Shift+Tab (ISO_Left_Tab) are bound to
kb-element-{next,prev}.
This commit is contained in:
@@ -20,7 +20,7 @@ configuration {
|
|||||||
/* Add Vim like bindings */
|
/* Add Vim like bindings */
|
||||||
kb-mode-previous: "Control+h,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-down: "Control+j,Down,Control+n";
|
||||||
kb-row-up: "Control+k,Up,Control+p,ISO_Left_Tab";
|
kb-row-up: "Control+k,Up,Control+p";
|
||||||
kb-mode-next: "Control+l,Right,Control+Tab";
|
kb-mode-next: "Control+l,Right,Control+Tab";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user