summaryrefslogtreecommitdiff
path: root/tools/xkbcli-how-to-type.1.ronn
diff options
context:
space:
mode:
Diffstat (limited to 'tools/xkbcli-how-to-type.1.ronn')
-rw-r--r--tools/xkbcli-how-to-type.1.ronn36
1 files changed, 36 insertions, 0 deletions
diff --git a/tools/xkbcli-how-to-type.1.ronn b/tools/xkbcli-how-to-type.1.ronn
new file mode 100644
index 0000000..f89ca76
--- /dev/null
+++ b/tools/xkbcli-how-to-type.1.ronn
@@ -0,0 +1,36 @@
+# xkbcli-how-to-type(1) - query how to type a given Unicode codepoint
+
+## SYNOPSIS
+
+**xkbcli** how-to-type \[OPTIONS\] <codepoint>
+
+## DESCRIPTION
+
+**xkbcli how-to-type** prints key sequences to type the given Unicode
+codepoint.
+
+Pipe into `column -ts $'\\t'` for nicely aligned output.
+
+## OPTIONS
+
+ * ` -r <rules>`:
+ The XKB ruleset
+
+ * ` -m <model>`:
+ The XKB model
+
+ * `-l <layout>`:
+ The XKB layout
+
+ * `-v <variant>`:
+ The XKB layout variant
+
+ * `-o <options>`:
+ The XKB options
+
+## SEE ALSO
+
+**xkbcli**(1)
+
+The libxkbcommon online documentation at <https://xkbcommon.org>
+