Doc tweaks.

master
Raheman Vaiya 5 years ago
parent 5ef77730bf
commit 310b4a007c
  1. 17
      CHANGELOG.md
  2. 4
      CHANGES
  3. BIN
      keyd.1.gz
  4. 2
      man.md

@ -15,11 +15,16 @@ Main Changes:
- The default layer is now called main
- The modifier layout is distinct from the key layout
- mods_on_hold(C, esc) = overload(C, esc)
- layer_on_hold(layer, esc) = overload(layer, esc)
- layer_toggle(layer) = layout(layer)
- layer(layer) = layer(layer)
- oneshot(mods) = oneshot(mods)
- oneshot_layer(layer) = oneshot(layer)
Config migration map:
```
mods_on_hold(C, esc) = overload(C, esc)
layer_on_hold(layer, esc) = overload(layer, esc)
layer_toggle(layer) = layout(layer)
layer(layer) = layer(layer)
oneshot(mods) = oneshot(mods)
oneshot_layer(layer) = oneshot(layer)
[dvorak:default] = [dvorak:main]
```
See the manpage for details.

@ -1,4 +0,0 @@
do away with the idea of layer inheritance
different layer types (exclusive, modifier)
modifiers are just layers with empty keymaps
simplified parsing logic to reflect above.

Binary file not shown.

@ -158,7 +158,7 @@ to ensure you have a way to switch layouts within the new one.
## Example
# Makes dvorak the default key layout with
# qwerty (main) as the mod layout.
# qwerty (main) as the modifier layout.
layout(dvorak, main)

Loading…
Cancel
Save