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
51d8f0cd
Commit
51d8f0cd
authored
Jul 31, 2022
by
Pablo Rauzy
Committed by
Christoph Cullmann
Aug 14, 2022
Browse files
Keep recording macros while Kate is out of focus is a TODO not a FIXME
parent
a63fc8c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
addons/keyboardmacros/keyboardmacrosplugin.cpp
View file @
51d8f0cd
...
...
@@ -152,12 +152,12 @@ void KeyboardMacrosPlugin::applicationStateChanged(Qt::ApplicationState state)
break
;
case
Qt
::
ApplicationHidden
:
case
Qt
::
ApplicationInactive
:
//
FIXME
: would be nice to be able to pause recording
//
TODO
: would be nice to be able to pause recording
sendMessage
(
i18n
(
"Application lost focus, aborting record."
),
true
);
cancel
();
break
;
case
Qt
::
ApplicationActive
:
// and resume it here
//
TODO:
and resume it here
break
;
}
}
...
...
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