blob: 075dc9741b3d640176d7f61dd69cd99e44074593 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
Effects
=======
Shift key / CapsLock
--------------------
The right shift key can be used to switch into capslock if the key is pressed
without any other key.
The keyboard will exit the mode by either:
- The `KC_ESCAPE` key
- The `KC_LSHFT` key
- another action of the key `KC_RSHFT`
Left and Right Control
----------------------
The `KC_F` and `KC_J` keys can be used to activate the respective left and right
control keys.
A mecanism tries to detect if the
Layers
======
There are two layers, one for the numeric keypad, and one for the navigation
arrow.
The numeric keypad
------------------
This layer is mostly located on the left part of the keyboard, and is activated
with the right layer key.
The navigation arrows layer
---------------------------
This layer is located on the right part of the keyboard and is activated with
the left layer key.
Combos with other keys
----------------------
The navigation layer is automatically activated when the key `KC_LGUI` is
pressed :
- In windows this allow to move a window automatically (with `KC_LGUI` + arrows)
- In Linux, this allow to map the key `mod4` + arrows to move between windows
|