summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMarkus Gräb <markus.graeb@gmail.com>2021-06-15 14:43:30 +0200
committerGitHub <noreply@github.com>2021-06-15 14:43:30 +0200
commit4fd4fb89af7e1a73427edb46035f640cf267fdc7 (patch)
tree0122a2cc3f498717338e0a1ef2e22e901164d467 /include
parent44140ac5b43a62805a03d1ab7bd9c7e23955e75d (diff)
New keybinding Ctrl-Shift-Enter (#874)
This function combines accept-custom with the functionality to start the command in terminal Co-authored-by: Markus Gräb <m_graeb11@cs.uni-kl.de> Co-authored-by: Dave Davenport <DaveDavenport@users.noreply.github.com>
Diffstat (limited to 'include')
-rw-r--r--include/keyb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/keyb.h b/include/keyb.h
index 04e7067a..67c49432 100644
--- a/include/keyb.h
+++ b/include/keyb.h
@@ -91,6 +91,7 @@ typedef enum
ACCEPT_ENTRY,
ACCEPT_ALT,
ACCEPT_CUSTOM,
+ ACCEPT_CUSTOM_ALT,
MODE_NEXT,
MODE_COMPLETE,
MODE_PREVIOUS,