15 lines
405 B
Text
15 lines
405 B
Text
# 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)
|