Skip to content

Instantly share code, notes, and snippets.

@spjpgrd
Created August 21, 2025 15:27
Show Gist options
  • Select an option

  • Save spjpgrd/9b73ead14e06e314ba62fdc4ed7742db to your computer and use it in GitHub Desktop.

Select an option

Save spjpgrd/9b73ead14e06e314ba62fdc4ed7742db to your computer and use it in GitHub Desktop.
Karabiner Keyboard Simple Modifications for Logitech G915 TKL for Mac
"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