summaryrefslogtreecommitdiff
path: root/layouts/community/ortho_4x12/guidoism/keys.json
diff options
context:
space:
mode:
authorGuido Bartolucci <guido@bartolucci.org>2018-10-28 11:29:37 -0400
committerDrashna Jaelre <drashna@live.com>2018-10-28 08:29:37 -0700
commit2abb29402a85675617d07111cbdf5502fd384572 (patch)
tree2a9b807334c724acc1c87374cb74c71be08ee7a7 /layouts/community/ortho_4x12/guidoism/keys.json
parent4ffcacd92086870eb7a3102d54178a7af64edb0c (diff)
Keymap: Updates to guidoism layout (#4262)
* Initial commit of guidoism * created movement layer * movement layer works! * removed unnecessary layers * moved enter key up and recreated caps lock * cleaned up * num pad * checkpoint * checkpoint * checkpoint * Added num pad * changed max power draw so i can use this on ipad * move around quotes * added tri layer for a homed numpad * moved layout to new style * Update readme.md * Update readme.md * Update readme.md * Update readme.md * added keys to unicode conversion * removed adjust layer since its not used anymore * moved esc to seperate key * tweaked python * checkpoint * new code put into function * new code put into function * cleanup * cleanup * new code works perfect * removed old code * removed old code * generate_c.py now replaces code within keymap.c * added function layer * updated readme * updated readme * updated readme * updates readme * updates readme * updates readme * Tweaks based on CR * Remove old guidoism * Use MO(_FUNCTION) directly
Diffstat (limited to 'layouts/community/ortho_4x12/guidoism/keys.json')
-rw-r--r--layouts/community/ortho_4x12/guidoism/keys.json29
1 files changed, 15 insertions, 14 deletions
diff --git a/layouts/community/ortho_4x12/guidoism/keys.json b/layouts/community/ortho_4x12/guidoism/keys.json
index 762deb7062..791119b4f2 100644
--- a/layouts/community/ortho_4x12/guidoism/keys.json
+++ b/layouts/community/ortho_4x12/guidoism/keys.json
@@ -102,8 +102,8 @@
"KC_SLASH": "/",
"KC_NUBS": "/",
"KC_NUHS": "#",
- "KC_CAPSLOCK": "Caps Lock",
- "KC_CAPS": "Caps Lock",
+ "KC_CAPSLOCK": "Caps",
+ "KC_CAPS": "Caps",
"KC_LCTRL": "Ctrl",
"KC_LCTL": "Ctrl",
"KC_LSHIFT": "\u21e7",
@@ -181,26 +181,26 @@
"KC_WAKE": "System Wake",
"KC_STOP": "Stop",
"KC__MUTE": "Mute (macOS)",
- "KC__VOLUP": "<i class='fa fa-volume-up'></i>",
- "KC__VOLDOWN": "<i class='fa fa-volume-down'></i>",
+ "KC__VOLUP": "vol+",
+ "KC__VOLDOWN": "vol-",
"KC_AUDIO_MUTE": "Mute",
"KC_MUTE": "Mute",
- "KC_AUDIO_VOL_UP": "<i class='fa fa-volume-up'></i>",
- "KC_VOLU": "<i class='fa fa-volume-up'></i>",
- "KC_AUDIO_VOL_DOWN": "<i class='fa fa-volume-down'></i>",
- "KC_VOLD": "<i class='fa fa-volume-down'></i>",
- "KC_MEDIA_NEXT_TRACK": "<i class='fa fa-fast-forward'></i>",
- "KC_MNXT": "<i class='fa fa-fast-forward'></i>",
+ "KC_AUDIO_VOL_UP": "vol+",
+ "KC_VOLU": "vol+",
+ "KC_AUDIO_VOL_DOWN": "vol-",
+ "KC_VOLD": "vol-",
+ "KC_MEDIA_NEXT_TRACK": "next",
+ "KC_MNXT": "next",
"KC_MEDIA_PREV_TRACK": "Previous Track (Windows)",
"KC_MPRV": "Previous Track (Windows)",
- "KC_MEDIA_FAST_FORWARD": "<i class='fa fa-fast-forward'></i>",
- "KC_MFFD": "<i class='fa fa-fast-forward'></i>",
+ "KC_MEDIA_FAST_FORWARD": "next",
+ "KC_MFFD": "next",
"KC_MEDIA_REWIND": "Previous Track (macOS)",
"KC_MRWD": "Previous Track (macOS)",
"KC_MEDIA_STOP": "Stop Track",
"KC_MSTP": "Stop Track",
- "KC_MEDIA_PLAY_PAUSE": "<i class='fa fa-play'></i>",
- "KC_MPLY": "<i class='fa fa-play'></i>",
+ "KC_MEDIA_PLAY_PAUSE": "play",
+ "KC_MPLY": "play",
"KC_NUMLOCK": "Keypad Num Lock and Clear",
"KC_NLCK": "Keypad Num Lock and Clear",
"KC_SLSH": "/",
@@ -295,6 +295,7 @@
"MO(3)": "mov",
"MO(1)": "lower",
"MO(2)": "raise",
+ "MO(5)": "fn",
"LSFT_T(KC_SPC)": "sp/sh",
"KC_TRNS": "",
"KC_PSTE": "Paste",