Skip to content

Instantly share code, notes, and snippets.

View gregflint's full-sized avatar

Greg Flint gregflint

View GitHub Profile
@gregflint
gregflint / karabiner-elements-remote-desktop.json
Last active April 4, 2021 08:37 — forked from toonetown/karabiner-elements-remote-desktop.json
Karabiner Elements JSON configuration for Microsoft Remote Desktop
{
"title": "Microsoft Remote Desktop",
"rules": [
{
"description": "Windows Mappings",
"manipulators": [
{
"type": "basic",
"from": { "key_code": "tab", "modifiers": { "mandatory": [ "left_command" ] } },
"to": [ { "key_code": "tab", "modifiers": [ "left_option" ] } ],