aboutsummaryrefslogtreecommitdiffstats
path: root/karabiner.part.json
diff options
context:
space:
mode:
Diffstat (limited to 'karabiner.part.json')
-rw-r--r--karabiner.part.json44
1 files changed, 44 insertions, 0 deletions
diff --git a/karabiner.part.json b/karabiner.part.json
new file mode 100644
index 0000000..8f2cf0d
--- /dev/null
+++ b/karabiner.part.json
@@ -0,0 +1,44 @@
+{
+ "profiles": [
+ {
+ "devices": [
+ {
+ "simple_modifications": [
+ {
+ "from": {
+ "key_code": "backslash"
+ },
+ "to": {
+ "key_code": "return_or_enter"
+ }
+ },
+ {
+ "from": {
+ "key_code": "grave_accent_and_tilde"
+ },
+ "to": {
+ "key_code": "left_shift"
+ }
+ },
+ {
+ "from": {
+ "key_code": "left_shift"
+ },
+ "to": {
+ "key_code": "grave_accent_and_tilde"
+ }
+ },
+ {
+ "from": {
+ "key_code": "return_or_enter"
+ },
+ "to": {
+ "key_code": "backslash"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+}