The problem when using alternative layouts (Colemak, Dvorak, etc) mapped in the OS, or when using a foreign keyboard, there will be alpha characters that the keyboard "thinks" are symbols, and therefore caps-word will not shift them. This adds the ability to configure caps-word to shift these keycodes so that it works as expected.
23 lines
394 B
YAML
23 lines
394 B
YAML
# Copyright (c) 2021 The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
description: Caps word behavior
|
|
|
|
compatible: "zmk,behavior-caps-word"
|
|
|
|
include: zero_param.yaml
|
|
|
|
properties:
|
|
continue-list:
|
|
type: array
|
|
required: true
|
|
mods:
|
|
type: int
|
|
also-mod-list:
|
|
type: array
|
|
required: false
|
|
default: []
|
|
break-list:
|
|
type: array
|
|
required: false
|
|
default: []
|