Opened 7 years ago
Closed 7 years ago
#13611 closed enhancement (fixed)
[PATCH] Fix window behavior when default button is present
Reported by: | KapiX | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Kits/Interface Kit | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Currently the window hijacks almost all Enter key combos. Add/RemoveShortcut
don't work for Enter in apps.
Attached is a patch that limits captures combos to Enter without modifiers.
Attachments (1)
Change History (6)
comment:1 by , 7 years ago
patch: | 0 → 1 |
---|
comment:2 by , 7 years ago
by , 7 years ago
Attachment: | 0001-Fix-window-behavior-if-default-button-is-present.patch added |
---|
comment:4 by , 7 years ago
Owner: | changed from | to
---|---|
Status: | new → in-progress |
comment:5 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | in-progress → closed |
Applied in hrev51292, thanks!
Note:
See TracTickets
for help on using tickets.
Looks good, thanks. There are two minor style issues, though, that I would appreciate if you could fix them:
(modifiers() & modifierKeys) == 0