⚙️ config(rofi): add some new keybindings to select prev and next item
This commit is contained in:
parent
8721283905
commit
5c8b4adc96
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ configuration {
|
|||
hover-select: true;
|
||||
|
||||
// Keybindings
|
||||
kb-row-up: "Control+k";
|
||||
kb-row-down: "Control+j";
|
||||
kb-row-up: "Control+k,Up";
|
||||
kb-row-down: "Control+j,Down";
|
||||
kb-accept-entry: "Return,KP_Enter";
|
||||
kb-remove-to-eol: "";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue