Add the shortcut to undo using ctrl + z
aldovandus opened this issue · 4 comments
aldovandus commented
The shortcut to undo with ctrl + z is missing. It would be useful for windows and linux users.
I made a simple commit :
aldovandus@9469c04
If it's ok, I can create a pull request.
kkoomen commented
Hi,
The current commands are only for MacOS, because I use MacOS myself. In order to support Windows via CTRL rather than the META key there have to be made much more changes. Either way, I'll implement them.
kkoomen commented
@aldovandus I just implemented this and merged to the master
branch. Can you pull locally, then run yarn run tauri dev
and check the following:
- Tooltips should display
CTRL
rather thanMETA
- Executing the shown shortcuts should work, e.g.: ctrl-z
aldovandus commented
Hi @kkoomen, yes it works great now. Thank you.
kkoomen commented
@aldovandus Good to hear. Enjoy! Feel free to submit more issues or feature requests.