summaryrefslogtreecommitdiffstats
path: root/source/view.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/view.c')
-rw-r--r--source/view.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/view.c b/source/view.c
index f9aa21f9..e419b000 100644
--- a/source/view.c
+++ b/source/view.c
@@ -1436,6 +1436,13 @@ static void rofi_view_trigger_global_action ( KeyBindingAction action )
state->quit = TRUE;
break;
}
+ case ACCEPT_CUSTOM_ALT:
+ {
+ state->selected_line = UINT32_MAX;
+ state->retv = MENU_CUSTOM_INPUT | MENU_CUSTOM_ACTION;
+ state->quit = TRUE;
+ break;
+ }
case ACCEPT_ENTRY:
{
// If a valid item is selected, return that..