Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
1dc1a64e
Commit
1dc1a64e
authored
Jan 28, 2009
by
Martin Aumueller
Browse files
fakevim: if Escape key serves no function, ignore it and let it be handled by the application
parent
a33ae029
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/fakevim/fakevimhandler.cpp
View file @
1dc1a64e
...
...
@@ -1221,6 +1221,8 @@ bool FakeVimHandler::Private::handleCommandMode(int key, int unmodified,
}
else
if
(
key
==
Key_Escape
)
{
if
(
m_visualMode
!=
NoVisualMode
)
leaveVisualMode
();
else
handled
=
false
;
}
else
{
qDebug
()
<<
"IGNORED IN COMMAND MODE: "
<<
key
<<
text
;
if
(
text
.
isEmpty
())
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment