/usr/share/qwo/qworc is in qwo 0.5-2.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | # 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";
|