-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configurable keyboard shortcuts #215
Labels
Milestone
Comments
Requested on the forum. |
bjorn
added a commit
that referenced
this issue
Apr 23, 2019
Still to do: - [ ] Missing a number of actions (all QShortcuts and probably more) - [ ] Allow resetting individual custom shortcuts - [ ] Implement import/export of custom shortcuts - [ ] Update model when actions are registered/unregistered Closes #215
bjorn
added a commit
that referenced
this issue
Apr 25, 2019
This currently covers most actions present in the menus, but still excludes those that are only available through a shortcut. Shortcuts can be set, removed and reset back to their default. Changed shortcuts are stored in the user preferences. The shortcuts can also be exported to and imported from an XML file. Closes #215
bjorn
added a commit
that referenced
this issue
Apr 30, 2019
* Added highlighting of conflicts, along with filtering to show just the conflicting actions. * Search filter now searches all columns rather than just the first one (accept when prefixed with "key:", in which case it searches only the shortcut column). * Added error message when trying to load an invalid shortcuts file. Issue #215
bjorn
added a commit
that referenced
this issue
May 7, 2019
* Double-clicking to set a shortcut now works on the entire row, rather than just the Shortcut column. * Enter/Return keys now also trigger the setting of a shortcut. * Up/Down/PageUp/PageDown/Enter/Return keys can be used to interact with the shortcut list, even when the focus is in the filter widget. Issue #215
Ruin0x11
pushed a commit
to Ruin0x11/tiled
that referenced
this issue
May 15, 2019
This currently covers most actions present in the menus, but still excludes those that are only available through a shortcut. Shortcuts can be set, removed and reset back to their default. Changed shortcuts are stored in the user preferences. The shortcuts can also be exported to and imported from an XML file. Closes mapeditor#215
Ruin0x11
pushed a commit
to Ruin0x11/tiled
that referenced
this issue
May 15, 2019
* Added highlighting of conflicts, along with filtering to show just the conflicting actions. * Search filter now searches all columns rather than just the first one (accept when prefixed with "key:", in which case it searches only the shortcut column). * Added error message when trying to load an invalid shortcuts file. Issue mapeditor#215
Ruin0x11
pushed a commit
to Ruin0x11/tiled
that referenced
this issue
May 15, 2019
* Double-clicking to set a shortcut now works on the entire row, rather than just the Shortcut column. * Enter/Return keys now also trigger the setting of a shortcut. * Up/Down/PageUp/PageDown/Enter/Return keys can be used to interact with the shortcut list, even when the focus is in the filter widget. Issue mapeditor#215
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
I'd like to see a global configuration for tiled shortcuts, in preferences menus, a simple list with two columns
for example
Open a new file | CTRL-n
Refresh tileset | CTR-R
and so on...
a bonus: a simple export in csv format and import from csv
The text was updated successfully, but these errors were encountered: