Last active
May 2, 2021 14:46
-
-
Save weblogix/049e558646b4e2ab5726ba94d9c7babb to your computer and use it in GitHub Desktop.
Revisions
-
weblogix revised this gist
Dec 21, 2019 . No changes.There are no files selected for viewing
-
weblogix renamed this gist
Dec 20, 2019 . 1 changed file with 7 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,17 +2,19 @@ "title": "DREVO Calibur 71-key Keyboard", "rules": [ { "description": "Set ESC to grave_accent_and_tilde", "manipulators": [ { "type": "basic", "from": { "key_code": "escape", "modifiers": { "optional": [ "left_gui", "left_shift", "right_shift" ] } }, "to": [ { -
weblogix revised this gist
Dec 20, 2019 . 1 changed file with 65 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -21,6 +21,70 @@ ] } ] }, { "description": "Swap command to option keys (left)", "manipulators": [ { "type": "basic", "from": { "key_code": "left_command" }, "to": [ { "key_code": "left_option" } ] } ] }, { "description": "Swap option to command keys (left)", "manipulators": [ { "type": "basic", "from": { "key_code": "left_option" }, "to": [ { "key_code": "left_command" } ] } ] }, { "description": "Map Page-up to increase volumne", "manipulators": [ { "type": "basic", "from": { "key_code": "page_up" }, "to": [ { "key_code": "volume_increment" } ] } ] }, { "description": "Map Page-down to decrease volume", "manipulators": [ { "type": "basic", "from": { "key_code": "page_down" }, "to": [ { "key_code": "volume_decrement" } ] } ] } ] } -
weblogix renamed this gist
Dec 20, 2019 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
weblogix created this gist
Dec 20, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,26 @@ { "title": "DREVO Calibur 71-key Keyboard", "rules": [ { "description": "Alt-ESC to alt-tilde for window switching", "manipulators": [ { "type": "basic", "from": { "key_code": "escape", "modifiers": { "optional": [ "left_gui" ] } }, "to": [ { "key_code": "grave_accent_and_tilde" } ] } ] } ] }