1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
option(
'abcstroke',
type: 'boolean',
value: false,
description: 'Enable ABC liked Telex keystroke',
)
option(
'extstroke',
type: 'boolean',
value: true,
description: 'Enable extended keystroke',
)
option(
'prostroke',
type: 'boolean',
value: false,
description: 'Enable programmer keystroke',
)
option('spellcheck', type: 'boolean', value: true, description: 'Spelling check')
option('xft', type: 'feature', value: 'enabled', description: 'X freetype')
|