]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/lets_split/keymaps/normacos/readme.md
a failed attempt at hot-plugging
[qmk_firmware.git] / keyboards / lets_split / keymaps / normacos / readme.md
1 # normacos
2 This keymap was designed especifically 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.
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 opesn 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 - Sudo elevates last Terminal command
25 - UpDir moves working directory to its parent
26
27 Any and all empty keys shown below are will be set in the future, and do nothing as of the time of this writing.
28
29
30
31 ## Default (Norman)
32 ```
33 ,-----------------------------------------. ,-----------------------------------------.
34 |  Tab |   Q  |   W  |   D  |   F  |   K  | |   J  |   U  |   R  |   L  |   ;  | Bksp |
35 |------+------+------+------+------+------| |------+------+------+------+------+------|
36 |CtlEsc|   A  |   S  |   E  |   T  |   G  | |   Y  |   N  |   I  |   O  |   H  |  '   |
37 |------+------+------+------+------+------| |------+------+------+------+------+------|
38 | Shift|   Z  |   X  |   C  |   V  |   B  | |   P  |   M  |   ,  |   .  |   /  |SftEnt|
39 |------+------+------+------+------+------| |------+------+------+------+------+------|
40 | Lock | Home |  End | Alt  | Lower| GUI  | | Space| Raise| Left | Down |  Up  | Right|
41 `-----------------------------------------' `-----------------------------------------'
42 ```
43
44
45 ## Lower
46 ```
47 ,-----------------------------------------. ,-----------------------------------------.
48 |  Tab |  F1  |  F2  |  F3  |  F4  |      | |NumLck|   7  |   8  |   9  |   =  | Bksp |
49 |------+------+------+------+------+------| |------+------+------+------+------+------|
50 |CtlEsc|  F5  |  F6  |  F7  |  F8  |      | |   *  |   4  |   5  |   6  |   +  |  Del |
51 |------+------+------+------+------+------| |------+------+------+------+------+------|
52 | Shift|  F9  |  F10 |  F11 |  F12 |      | |   /  |   1  |   2  |   3  |   -  |SftEnt|
53 |------+------+------+------+------+------| |------+------+------+------+------+------|
54 | Lock | Home |  End |  Alt | Lower|  GUI | |   .  | Raise|   0  | Spot |Chrome|      |
55 `-----------------------------------------' `-----------------------------------------'
56 ```
57
58
59 ## Raise
60
61 ```
62 ,-----------------------------------------. ,-----------------------------------------.
63 |  Tab |   !  |   @  |   #  |   $  |   %  | |   ^  |   &  |   *  |   (  |   )  |  Del |
64 |------+------+------+------+------+------| |------+------+------+------+------+------|
65 |CtlEsc| Sudo | UpDir| Slack| Term | OutLk| |   =  |   -  |   \  |   [  |   ]  |   `  |
66 |------+------+------+------+------+------| |------+------+------+------+------+------|
67 | Shift|ClrHom|ClrEnd|ShHome| ShEnd|Search| | Play | Mute | VolDn| VolUp|ScnSht|SftEnt|
68 |------+------+------+------+------+------| |------+------+------+------+------+------|
69 | Lock | Home |  End |  Alt | Lower|  GUI | | Space| Raise| Left | Down |  Up  | Right|
70 `-----------------------------------------' `-----------------------------------------'
71 ```
72
73 ## Adjust (Lower + Raise)
74
75 ```
76 ,-----------------------------------------. ,-----------------------------------------.
77 |      |      |      |      |      |      | |      |      |      |      | Reset|      |
78 |------+------+------+------+------+------| |------+------+------+------+------+------|
79 |      |      |      |      | AudOn|AudOff| |      |Norman|      |      |      |      |
80 |------+------+------+------+------+------| |------+------+------+------+------+------|
81 |      |      |      |      |      |      | |      |      |      |      |      |      |
82 |------+------+------+------+------+------| |------+------+------+------+------+------|
83 |      |      |      |      | Lower|      | |      | Raise|      |      |      |      |
84 `-----------------------------------------' `-----------------------------------------'
85 ```