pqrs-org/KE-complex_modifications

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

aski71 opened this issue · 0 comments

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