Created
August 21, 2025 15:27
-
-
Save spjpgrd/9b73ead14e06e314ba62fdc4ed7742db to your computer and use it in GitHub Desktop.
Karabiner Keyboard Simple Modifications for Logitech G915 TKL for Mac
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
| "simple_modifications": [ | |
| { | |
| "from": { "key_code": "application" }, | |
| "to": [{ "key_code": "right_option" }] | |
| }, | |
| { | |
| "from": { "key_code": "fn" }, | |
| "to": [{ "key_code": "right_option" }] | |
| }, | |
| { | |
| "from": { "key_code": "insert" }, | |
| "to": [{ "key_code": "fn" }] | |
| }, | |
| { | |
| "from": { "key_code": "left_command" }, | |
| "to": [{ "key_code": "left_option" }] | |
| }, | |
| { | |
| "from": { "key_code": "left_option" }, | |
| "to": [{ "key_code": "left_command" }] | |
| }, | |
| { | |
| "from": { "key_code": "pause" }, | |
| "to": [{ "key_code": "f15" }] | |
| }, | |
| { | |
| "from": { "key_code": "print_screen" }, | |
| "to": [{ "key_code": "f13" }] | |
| }, | |
| { | |
| "from": { "key_code": "right_command" }, | |
| "to": [{ "key_code": "right_command" }] | |
| }, | |
| { | |
| "from": { "key_code": "right_option" }, | |
| "to": [{ "key_code": "right_command" }] | |
| }, | |
| { | |
| "from": { "key_code": "scroll_lock" }, | |
| "to": [{ "key_code": "f14" }] | |
| } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment