⚙️ config(rofi): add some new keybindings to select prev and next item

This commit is contained in:
Sergio Laín 2024-08-02 18:11:58 +02:00
parent 8721283905
commit 5c8b4adc96
No known key found for this signature in database
GPG key ID: 8429B2EE312F8150

View file

@ -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: "";