Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
KWin
Commits
bd730021
Commit
bd730021
authored
Apr 13, 2021
by
Aleix Pol Gonzalez
🐧
Browse files
Apply 1 suggestion(s) to 1 file(s)
parent
ca1e4a25
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/xkb.cpp
View file @
bd730021
...
...
@@ -378,8 +378,6 @@ void Xkb::updateModifiers()
m_modifierState
.
depressed
=
xkb_state_serialize_mods
(
m_state
,
xkb_state_component
(
XKB_STATE_MODS_DEPRESSED
));
m_modifierState
.
latched
=
xkb_state_serialize_mods
(
m_state
,
xkb_state_component
(
XKB_STATE_MODS_LATCHED
));
m_modifierState
.
locked
=
xkb_state_serialize_mods
(
m_state
,
xkb_state_component
(
XKB_STATE_MODS_LOCKED
));
qDebug
()
<<
"xxxxxxx modifiers!!!!!!"
<<
m_modifiers
;
}
void
Xkb
::
forwardModifiers
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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