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
Utilities
Kate
Commits
6ad822ec
Commit
6ad822ec
authored
Feb 14, 2022
by
Waqar Ahmed
Browse files
Key_Down == open directory
parent
5ffa57e5
Pipeline
#137082
passed with stage
in 3 minutes and 20 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
kate/kateurlbar.cpp
View file @
6ad822ec
...
...
@@ -296,7 +296,7 @@ public:
if
(
key
==
Qt
::
Key_Left
||
key
==
Qt
::
Key_Right
)
{
onNavigateLeftRight
(
key
,
false
);
}
else
if
(
key
==
Qt
::
Key_Enter
||
key
==
Qt
::
Key_Return
)
{
}
else
if
(
key
==
Qt
::
Key_Enter
||
key
==
Qt
::
Key_Return
||
key
==
Qt
::
Key_Down
)
{
Q_EMIT
clicked
(
current
);
}
else
if
(
key
==
Qt
::
Key_Escape
)
{
Q_EMIT
unsetFocus
();
...
...
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