Merge pull request #841 from jpolchlo/docs/unicode-prompt

Add documentation for unicode prompt
This commit is contained in:
Tony Zorman 2023-11-08 10:34:40 +01:00 committed by GitHub
commit 8035db1bd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,6 +61,11 @@ and adding an appropriate keybinding, for example:
> , ((modm .|. controlMask, xK_u), unicodePrompt "/path/to/unicode-data" def)
A path to a @UnicodeData.txt@ file or equivalent must be provided. This file
should be available through your package manager; search for @unicode-data@.
If no package is found, one may opt to download this file directly from
[unicode.org](http://www.unicode.org/Public/UNIDATA/UnicodeData.txt).
More flexibility is given by the @mkUnicodePrompt@ function, which takes a
command and a list of arguments to pass as its first two arguments. See
@unicodePrompt@ for details.