From 68ba6555b02cf1af34f023f961bfff97cfca5d68 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Tue, 9 Feb 2021 19:00:58 +0100 Subject: Add karabiner files --- config/karabiner/assets/complex_modifications/1612520761.json | 1 + config/karabiner/assets/complex_modifications/1612520919.json | 1 + 2 files changed, 2 insertions(+) create mode 100644 config/karabiner/assets/complex_modifications/1612520761.json create mode 100644 config/karabiner/assets/complex_modifications/1612520919.json (limited to 'config/karabiner/assets/complex_modifications') diff --git a/config/karabiner/assets/complex_modifications/1612520761.json b/config/karabiner/assets/complex_modifications/1612520761.json new file mode 100644 index 0000000..162e4a2 --- /dev/null +++ b/config/karabiner/assets/complex_modifications/1612520761.json @@ -0,0 +1 @@ +{"title":"print_screen to command+shift+4","rules":[{"description":"print_screen to command+shift+4","manipulators":[{"type":"basic","from":{"key_code":"print_screen"},"to":[{"repeat":false,"modifiers":["left_gui","left_shift"],"key_code":"4"}]}]}]} \ No newline at end of file diff --git a/config/karabiner/assets/complex_modifications/1612520919.json b/config/karabiner/assets/complex_modifications/1612520919.json new file mode 100644 index 0000000..8be6908 --- /dev/null +++ b/config/karabiner/assets/complex_modifications/1612520919.json @@ -0,0 +1 @@ +{"title":"pause to ctrl+command+q","rules":[{"description":"pause to ctrl+command+q","manipulators":[{"type":"basic","from":{"key_code":"pause"},"to":[{"repeat":false,"modifiers":["left_gui","left_control"],"key_code":"q"}]}]}]} \ No newline at end of file -- cgit