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

Can't get play button of Logitech R400 mapped for Keynote #1391

Open
aski71 opened this issue May 26, 2023 · 0 comments
Open

Can't get play button of Logitech R400 mapped for Keynote #1391

aski71 opened this issue May 26, 2023 · 0 comments

Comments

@aski71
Copy link

aski71 commented May 26, 2023

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

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

1 participant