Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save youtux/5d5c5f8fa057c6f2f201fcfb8a60aa8a to your computer and use it in GitHub Desktop.

Select an option

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
{
"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$"
]
}
]
}
]
}
]
}
@youtux
Copy link
Author

youtux commented Jul 9, 2022

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):

karabiner://karabiner/assets/complex_modifications/import?url=https://gist.github.com/youtux/5d5c5f8fa057c6f2f201fcfb8a60aa8a/raw/c71fcd6d66d3f628120df3b2e071f076aa70100b/karabiner-nvidia-geforce-now-left-cmd-to-left-click.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment