Opened 4 years ago
Last modified 4 years ago
#16863 new bug
Entering KDL via custom shortcut keeps modifiers pressed after exit
Reported by: | nephele | Owned by: | nobody |
---|---|---|---|
Priority: | low | Milestone: | Unscheduled |
Component: | Servers/input_server | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
I suspect this is because the modifier down event is before KDL is entered, and the up event is after kdl has been entered, so the input_server doesn't receive the up event.
hrev55005 (hrev55006+3 with 006 reverted) To reproduce:
- Define a shortcut of Alt+shift+caps_lock in Shortcuts for /bin/kernel_debugger
- trigger the shortcut
- use continue to get out of kdl
=> The shift key now behaves as if it were constantly pressed
Change History (1)
comment:1 by , 4 years ago
Priority: | normal → low |
---|---|
Summary: | Entering KDL via costum shortcut keeps modifiers pressed after exit → Entering KDL via custom shortcut keeps modifiers pressed after exit |
Note:
See TracTickets
for help on using tickets.
Making priority low because our KDL is already a thousand times better than what's available on other platforms