mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-11 13:50:48 -05:00
bindings: Drop unused (and buggy) sentinel
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
This commit is contained in:
parent
acc1fa45b9
commit
6d27a89b99
1 changed files with 0 additions and 3 deletions
|
@ -122,9 +122,6 @@ ActionBindingEntry rofi_bindings[] =
|
|||
{ .id = SELECT_HOVERED_ENTRY, .scope = SCOPE_MOUSE_LISTVIEW_ELEMENT, .name = "me-select-entry", .binding = "Mouse1", .comment = "Select hovered row" },
|
||||
{ .id = ACCEPT_HOVERED_ENTRY, .scope = SCOPE_MOUSE_LISTVIEW_ELEMENT, .name = "me-accept-entry", .binding = "MouseD1", .comment = "Accept hovered row" },
|
||||
{ .id = ACCEPT_HOVERED_CUSTOM, .scope = SCOPE_MOUSE_LISTVIEW_ELEMENT, .name = "me-accept-custom", .binding = "Control+MouseD1", .comment = "Accept hovered row with custom action" },
|
||||
|
||||
/* Sentinel */
|
||||
{ .id = 0 }
|
||||
};
|
||||
|
||||
static const gchar *mouse_default_bindings[] = {
|
||||
|
|
Loading…
Reference in a new issue