File: qworc

package info (click to toggle)
qwo 0.5-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 212 kB
  • ctags: 72
  • sloc: ansic: 833; makefile: 80; sh: 1
file content (26 lines) | stat: -rw-r--r-- 620 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Sample config file for qwo
# You can define a custom keyboard layout here
# Lines starting with # are ignored

charset = (
# Definitions for the first region, the first one is going to the previous
# region and back, the second one to the next one and back before going back to
# the center region
[ "agrave", "at", "ccedilla" ],
# Definitions for the second region, including characters for a motion of two
# regions
[ "eacute", "egrave", "ecircumflex" ],
[ ],
[ ],
[ "ocircumflex" ],
[ ],
[ "ugrave" ],
[ ]
);

# geometry = "+100+100";

# foreground = "black";
# background = "white";
# delimiter-color = "orange";