Skip to content

Instantly share code, notes, and snippets.

@DennyWeinberg
DennyWeinberg / rdp.json
Last active April 7, 2024 03:54 — forked from toonetown/karabiner-elements-remote-desktop.json
Karabiner Elements JSON configuration for Microsoft Remote Desktop
{
"title": "DWE",
"rules": [
{
"description": "RDP",
"manipulators": [
{
"type": "basic", "description": "Completely disabled the windows key (Startmenu)",
"from": { "key_code": "left_command" },
"to": [ { "key_code": "left_control" } ],