2016-07-28 13:15:55 +02:00
|
|
|
|
# callum’s planck layout
|
|
|
|
|
|
2016-09-01 19:30:49 +02:00
|
|
|
|
This is a layout for the grid planck, built with a few ideals in mind:
|
2016-07-28 13:15:55 +02:00
|
|
|
|
|
2017-07-04 19:16:45 +02:00
|
|
|
|
- Consistent and minimal response times should be maintained. Keys that react
|
|
|
|
|
differently depending on whether they are tapped or held, keys that react
|
2017-11-26 08:09:28 +01:00
|
|
|
|
differently if they are double tapped, etc. should be avoided -- they
|
|
|
|
|
inevitably send their keycode later than a normal key -- interrupting the
|
2017-07-04 19:16:45 +02:00
|
|
|
|
immediate feedback from the screen. Therefore we restrict ourselves to
|
|
|
|
|
chording as our only means of getting more than one symbol out of a single
|
|
|
|
|
physical key.
|
2016-07-28 13:15:55 +02:00
|
|
|
|
|
2017-07-04 19:16:45 +02:00
|
|
|
|
- The hands should never need to leave the home position. The usual culprit for
|
|
|
|
|
this is the arrow cluster, so the arrow cluster should be as close to home as
|
|
|
|
|
possible.
|
|
|
|
|
|
|
|
|
|
- There should be two of every modifier (one on each side), otherwise certain
|
|
|
|
|
long key combinations become hard to make.
|
|
|
|
|
|
2019-03-12 15:21:51 +01:00
|
|
|
|
A layout graphic can be found [here][keyboard-layout-editor] (excludes window
|
|
|
|
|
management keys).
|
2016-07-28 13:15:55 +02:00
|
|
|
|
|
2019-03-12 15:21:51 +01:00
|
|
|
|
[keyboard-layout-editor]: http://www.keyboard-layout-editor.com/#/gists/ade5ec1f814bf83046489a4b632575ff
|