Skip to content

Commit c10548c

Browse files
alex190291attax
andauthored
Add right-click cancel binding (#2244)
Co-authored-by: attax <attax@ws01.ganjagaming.de>
1 parent 11bf5db commit c10548c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/keyb.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,10 +208,10 @@ ActionBindingEntry rofi_bindings[] = {
208208
{.id = TOGGLE_SORT,
209209
.name = "kb-toggle-sort",
210210
.binding = "Alt+grave",
211-
.comment = "Toggle sort"},
211+
.comment = "Toggle sort"},
212212
{.id = CANCEL,
213213
.name = "kb-cancel",
214-
.binding = "Escape,Control+g,Control+bracketleft",
214+
.binding = "Escape,Control+g,Control+bracketleft,MouseSecondary",
215215
.comment = "Quit rofi"},
216216
{.id = CUSTOM_1,
217217
.name = "kb-custom-1",

0 commit comments

Comments
 (0)