We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I've been trying to generate a mapping for Logitech R400 to map F5 to Cmd-Option-P so it starts a presentation in Keynote. Can't get it to work.
macOS Ventura 13.4 Keynote 13.0 KE 14.12.0
Here's one version how I tried it (I even started without conditions at first):
{ "title": "Logitech R400", "rules": [ { "description": "Map presenter keys for use with Keynote", "manipulators": [ { "type": "basic", "from": { "key_code": "f5" }, "to": [ { "key_code": "p", "modifiers": [ "left_option", "left_command" ] } ], "conditions": [ { "type": "device_if", "identifiers": [ { "vendor_id": 1133, "product_id": 50488 } ] }, { "type": "frontmost_application_if", "bundle_identifiers": [ "^com\\.apple\\.iWork\\.Keynote$" ] } ] } ] } ] }
All I get is a beep of frustration.
Anyone got any idea?
Thanks Alex
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I've been trying to generate a mapping for Logitech R400 to map F5 to Cmd-Option-P so it starts a presentation in Keynote. Can't get it to work.
macOS Ventura 13.4
Keynote 13.0
KE 14.12.0
Here's one version how I tried it (I even started without conditions at first):
{ "title": "Logitech R400", "rules": [ { "description": "Map presenter keys for use with Keynote", "manipulators": [ { "type": "basic", "from": { "key_code": "f5" }, "to": [ { "key_code": "p", "modifiers": [ "left_option", "left_command" ] } ], "conditions": [ { "type": "device_if", "identifiers": [ { "vendor_id": 1133, "product_id": 50488 } ] }, { "type": "frontmost_application_if", "bundle_identifiers": [ "^com\\.apple\\.iWork\\.Keynote$" ] } ] } ] } ] }
All I get is a beep of frustration.
Anyone got any idea?
Thanks Alex
The text was updated successfully, but these errors were encountered: