-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Autotype special keys like ctrl or command are not working on macos #6695
Comments
Feature will be in 2.7.0, use a snapshot of develop at https://snapshot.keepassxc.org to use it now |
awesome 🤗 thank you! |
i just downloaded the latest 2.7 snapshot and gave it a try. sadly it doesn´t work either. |
Hmmmm could be because macos switches the controls around from Linux and Windows (Cmd vs Ctrl). Might be an actual bug here! |
let me know if i can help somehow! |
* Fix error in regex that prevented use of modifier keys in general. * Added '#' modifier to press the "Meta" button. This correlates to the Windows key on Windows and Command key on macOS. * Fix #6695 - send proper modifier keys based on documentation
Thank you for posting this because I just found that there was a bug in general with the regular expression I used to detect these modifier keys. This prevented their use on all platforms! I also needed to fix the sending of keys on Windows, so this was overall an excellent bug fix report. |
Glad to hear this :) |
* Fix error in regex that prevented use of modifier keys in general. * Added '#' modifier to press the "Meta" button. This correlates to the Windows key on Windows and Command key on macOS. * Fix #6695 - send proper modifier keys based on documentation
* Fix error in regex that prevented use of modifier keys in general. * Added '#' modifier to press the "Meta" button. This correlates to the Windows key on Windows and Command key on macOS. * Fix #6695 - send proper modifier keys based on documentation
* Fix error in regex that prevented use of modifier keys in general. * Added '#' modifier to press the "Meta" button. This correlates to the Windows key on Windows and Command key on macOS. * Fix #6695 - send proper modifier keys based on documentation
* Fix error in regex that prevented use of modifier keys in general. * Added '#' modifier to press the "Meta" button. This correlates to the Windows key on Windows and Command key on macOS. * Fix #6695 - send proper modifier keys based on documentation
* Fix error in regex that prevented use of modifier keys in general. * Added '#' modifier to press the "Meta" button. This correlates to the Windows key on Windows and Command key on macOS. * Fix keepassxreboot#6695 - send proper modifier keys based on documentation
Overview
I want to use special keys like ctrl or command to do shortcuts like ctrl+a or command+l to navigate inside of my browser using autotype.
In Keepass on Windows i just used "^l" for example to go to my adress bar.
Sadly this seems not work in KeepassXC on Macos even it´s document here:
https://keepass.info/help/base/autotype.html#autoseq
Steps to Reproduce
Expected Behavior
In my understanding this should result in alt+l meaning command+l in macos and focusing to adress bar.
Actual Behavior
it is simply typing %l
Context
Using macOS BigSur
KeePassXC - 2.6.6
Revision: 386b79a
Operating System: macOS
The text was updated successfully, but these errors were encountered: