You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
405 B
15 lines
405 B
# This example demostrates how to use the space-bar as a shift key by: |
|
# 1. Holding shift |
|
# 2. Holding space |
|
# 3. Releasing shift |
|
# The space-bar will keep the shift layer active until your release it. The advanteage is |
|
# that you can type using the fingers of both hands freely. Consider it as an alternative |
|
# to caps-word mode (see issue #711). |
|
|
|
[ids] |
|
|
|
* |
|
|
|
[shift] |
|
|
|
space = overloadt(shift, space, 200)
|
|
|