Bug 567875 - [KeyBindings] Command to Key mapping fails in some cases
Summary: [KeyBindings] Command to Key mapping fails in some cases
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.18   Edit
Hardware: PC Windows 10
: P3 normal with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 552208
  Show dependency tree
 
Reported: 2020-10-14 09:36 EDT by Wim Jongman CLA
Modified: 2020-10-14 11:43 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wim Jongman CLA 2020-10-14 09:36:57 EDT
I have a part with an active binding context that points to a local F5 key that overrides to a specific command. Something like:

WindowsBinding -> F5 -> org.eclipse.ui.file.refresh
PartBinding -> F5 -> my.refresh

When the part is active and I press F5, the command links to the global binding and not to my local binding.

However, when I press CTRL+SHIFT+L inside the part, the keybinding dialog is correctly pointing to my.refresh command. Selecting from the key dialog runs the correct handler.