⚙️ 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;
|
hover-select: true;
|
||||||
|
|
||||||
// Keybindings
|
// Keybindings
|
||||||
kb-row-up: "Control+k";
|
kb-row-up: "Control+k,Up";
|
||||||
kb-row-down: "Control+j";
|
kb-row-down: "Control+j,Down";
|
||||||
kb-accept-entry: "Return,KP_Enter";
|
kb-accept-entry: "Return,KP_Enter";
|
||||||
kb-remove-to-eol: "";
|
kb-remove-to-eol: "";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue