]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/lets_split/keymaps/normacos/readme.md
Merge branch 'master' of github.com:qmk/qmk_firmware into hf/shinydox
[qmk_firmware.git] / keyboards / lets_split / keymaps / normacos / readme.md
1 # normacos
2 This keymap was designed specifically to be used on a MacOS High Sierra system with constant use of the Terminal, as it includes a multitude of macros for both the terminal as well as Spotlight Search.
3
4 Norman keyboard layout [info page.](https://normanlayout.info/)
5
6 Some Norman layout keys were placed on different layers and different positions based on available space and preference.
7
8
9 Macros:
10 - CtlEsc sends Escape when tapped, and Control when held.
11 - SftEnt sends Enter when tapped, and Shift when held.
12 - Lock locks the computer
13 - Slack opens Slack through Spotlight Search
14 - Term opens Terminal through Spotlight Search
15 - Spot opens Spotify through Spotlight Search
16 - Chrome opens Chrome through Spotlight Search
17 - OutLk opens Microsoft Outlook through Spotlight Search
18 - ScnSht allows the user to take a screenshot of a selected portion of the screen
19 - ClrHom clears Terminal line from beginning of line up to cursor
20 - ClrEnd clears Terminal line from cursor up to end of line
21 - ShHome moves Terminal cursor to beginning of line
22 - ShEnd moves Terminal cursor to end of line
23 - Search activates Terminal Reverse Search Command History
24 - Log opens the 'Log Work' modal on Atlassian's Jira web client
25 - UpDir moves working directory to its parent
26
27 All macros that make use of the SEND_STRING command have a 100 millisecond wait before and after "writing" to let the computer/OS/app catch up.
28 Any and all empty keys shown below are will be set in the future, and do nothing as of the time of this writing.
29
30
31
32 ## Default (Norman)
33 ```
34 ,-----------------------------------------. ,-----------------------------------------.
35 |  Tab |   Q  |   W  |   D  |   F  |   K  | |   J  |   U  |   R  |   L  |   ;  | Bksp |
36 |------+------+------+------+------+------| |------+------+------+------+------+------|
37 |CtlEsc|   A  |   S  |   E  |   T  |   G  | |   Y  |   N  |   I  |   O  |   H  |  '   |
38 |------+------+------+------+------+------| |------+------+------+------+------+------|
39 | Shift|   Z  |   X  |   C  |   V  |   B  | |   P  |   M  |   ,  |   .  |   /  |SftEnt|
40 |------+------+------+------+------+------| |------+------+------+------+------+------|
41 | Lock | Home |  End | Alt  | Lower| GUI  | | Space| Raise| Left | Down |  Up  | Right|
42 `-----------------------------------------' `-----------------------------------------'
43 ```
44
45
46 ## Lower
47 ```
48 ,-----------------------------------------. ,-----------------------------------------.
49 |  Tab |  F1  |  F2  |  F3  |  F4  |      | |NumLck|   7  |   8  |   9  |   =  | Bksp |
50 |------+------+------+------+------+------| |------+------+------+------+------+------|
51 |CtlEsc|  F5  |  F6  |  F7  |  F8  |      | |   *  |   4  |   5  |   6  |   +  |  Del |
52 |------+------+------+------+------+------| |------+------+------+------+------+------|
53 | Shift|  F9  |  F10 |  F11 |  F12 |      | |   /  |   1  |   2  |   3  |   -  |SftEnt|
54 |------+------+------+------+------+------| |------+------+------+------+------+------|
55 | Lock | Home |  End |  Alt | Lower|  GUI | |   .  | Raise|   0  | Spot |Chrome|      |
56 `-----------------------------------------' `-----------------------------------------'
57 ```
58
59
60 ## Raise
61
62 ```
63 ,-----------------------------------------. ,-----------------------------------------.
64 |  Tab |   !  |   @  |   #  |   $  |   %  | |   ^  |   &  |   *  |   (  |   )  |  Del |
65 |------+------+------+------+------+------| |------+------+------+------+------+------|
66 |CtlEsc|  Log | UpDir| Slack| Term | OutLk| |   =  |   -  |   \  |   [  |   ]  |   `  |
67 |------+------+------+------+------+------| |------+------+------+------+------+------|
68 | Shift|ClrHom|ClrEnd|ShHome| ShEnd|Search| | Play | Mute | VolDn| VolUp|ScnSht|SftEnt|
69 |------+------+------+------+------+------| |------+------+------+------+------+------|
70 | Lock | Home |  End |  Alt | Lower|  GUI | | Space| Raise| Left | Down |  Up  | Right|
71 `-----------------------------------------' `-----------------------------------------'
72 ```
73
74 ## Adjust (Lower + Raise)
75
76 ```
77 ,-----------------------------------------. ,-----------------------------------------.
78 |      |      |      |      |      |      | |      |      |      |      | Reset|      |
79 |------+------+------+------+------+------| |------+------+------+------+------+------|
80 |      |      |      |      | AudOn|AudOff| |      |Norman|      |      |      |      |
81 |------+------+------+------+------+------| |------+------+------+------+------+------|
82 |      |      |      |      |      |      | |      |      |      |      |      |      |
83 |------+------+------+------+------+------| |------+------+------+------+------+------|
84 |      |      |      |      | Lower|      | |      | Raise|      |      |      |      |
85 `-----------------------------------------' `-----------------------------------------'
86 ```