summaryrefslogtreecommitdiff
path: root/app-i18n/xvnkb/files/meson.options
blob: b1517c1e6108b89c1b7e15a81aa783fcedbd1cef (plain)
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')