octaeder · GitHub

Copy link Copy Markdown

Contributor

This PR fixes a small issue in the shortcut config. After confirming to remove an already existing shortcut the field in the list is cleared, but the latter only happens for the Current Shortcut column, but not for the Additional Shortcut column. Following animated gif shows in 5 pictures (7sec each) what happens when you want to move Ctrl+Tab from View/Next Document/Additional Shortcut to View/List Of Open Documents/Current Shortcut and the other way round:

RemoveKey

In addition Ctrl+Tab doesn't work at all instead of opening the List Of Open Documents, accompanied by debug messages:

QAction::event: Ambiguous shortcut overload: Ctrl+Tab

You need to remove the definition in the Additional Shortcut column.

Read the original on github.com ↗