Skip to content
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

Fn key on external keyboard does not trigger middle click #53

Open
hsheresd opened this issue Sep 19, 2022 · 1 comment
Open

Fn key on external keyboard does not trigger middle click #53

hsheresd opened this issue Sep 19, 2022 · 1 comment

Comments

@hsheresd
Copy link

Fn on macbook pro keyboard does work. The external keyboard is an Logitech K380

@rxhanson
Copy link
Owner

Thanks for reporting. Unfortunately, there's nothing that can be done about it from the perspective of Middle.

As a workaround, you can change the modifiers to something different via command line, if desired:

defaults write com.knollsoft.Middle modifierMiddle -int <modifiers>

where modifiers is any integer combination of

cmd: 1048576
option: 524288
control: 262144
shift: 131072

For example, to get cmd+option, you'd have 1048576 | 524288 = 1572864 (0x180000)

so, defaults write com.knollsoft.Middle modifierMiddle -int 1572864

Restart the app after executing that command.

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

No branches or pull requests

2 participants