Skip to content

Instantly share code, notes, and snippets.

@DennyWeinberg
DennyWeinberg / keyboards.json
Last active September 5, 2024 08:34
Karabiner Elements JSON configuration for an external keyboard (And RDP specific things)
{
"description": "Keyboards",
"manipulators": [
{
"conditions": [
{
"bundle_identifiers": [
"com\\.microsoft\\.rdc\\.osx\\.beta",
"com\\.microsoft\\.rdc\\.macos"
],
@DennyWeinberg
DennyWeinberg / mouse.json
Last active August 31, 2023 14:34
Karabiner Elements JSON configuration for an external mouse (And RDP specific things)
{
"title": "DWE",
"rules": [
{
"description": "Mouse",
"manipulators": [
{
"description": "Mouse back (Not for RDP)", "type": "basic",
"from": {"pointing_button": "button4"}, "to": [{"key_code": "left_arrow", "modifiers": ["command"]}],
"conditions": [
@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" } ],