Created
July 9, 2022 11:42
-
-
Save youtux/5d5c5f8fa057c6f2f201fcfb8a60aa8a to your computer and use it in GitHub Desktop.
Karabiner complex modification to remap Left Command to Left Click in NVIDIA GeForce NOW
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "title": "Left Command to Left Click in NVIDIA GeForce NOW", | |
| "rules": [ | |
| { | |
| "description": "Use Left Command key as Left Click for NVIDIA GeForce NOW gaming", | |
| "manipulators": [ | |
| { | |
| "type": "basic", | |
| "from": { | |
| "key_code": "left_command", | |
| "modifiers": { | |
| "optional": [ | |
| "any" | |
| ] | |
| } | |
| }, | |
| "to": { | |
| "pointing_button": "button1" | |
| }, | |
| "conditions": [ | |
| { | |
| "type": "frontmost_application_if", | |
| "bundle_identifiers": [ | |
| "^com\\.nvidia\\.gfnpc\\.mall$" | |
| ] | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| ] | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Karabiner elements modification to remap Left Command to Left Click in NVIDIA GeForce Now.
Requires Karabiner Elements to be installed.
Install
Import it into Karabiner by pasting this into a new tab (github does not allow to hyperlink to a custom scheme):