Skip to content

Conversation

@hasecilu
Copy link

  • In the triplus repo (Configure trigger key in preferences dialog triplus/PieMenu#10) there is a PR to change the TAB shorcut, the only downside is that you can only come back to TAB shortcut deleting the FreeCAD parameter, in this PR I add a checkbox to do that task without needing to manually delete the parameter.
  • Also a little of clenaup.

I have been testing it for some hours and have not seen any problem.

Fix #3

AlexeyBond and others added 5 commits December 13, 2023 13:15
- Previously the custom style of the elements was hardcoded in strings.
- Now the style of each element is in a file on `./Resources/style` directory.
- Now it's easier for users to change styles.
- Also this commit removes spaces from some lines.
- Add some docstrings
- Remove extra colon/spaces
- Use "not in" notation
- Split long lines
The integration made by A. Bond allows to change the trigger to
any valid keyboard shortcut but the only way to restore to TAB
was removing the parameter that contains the new shortcut.
The reason? When you press TAB with the intention to make it the
shortcut instead of being taken by the QKeySequenceEdit the GUI
interpreted the TAB key press as a command to pass to next element.

This commit adds a checkbox to let the user override the default TAB
shortcut, after changing the shortcut you can came back to TAB uncheking
the checkbox.

Fix #3
@hasecilu hasecilu closed this Feb 1, 2024
@hasecilu hasecilu deleted the feat/integrate_custom_trigger-key branch February 1, 2024 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add option to choose/configure PieMenu key

2 participants