We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It doesn't seem to be possible to generate all-caps keywalks.
Here is an example:
caps.base:
caps.base
QAZ
6.route:
6.route
6
en.keymap is original file
en.keymap
$ kwp caps.base en.keymap 6.route
Output is empty, as expected.
$ kwp caps.base en.keymap 6.route -s1 Qwertyu Asdfghj Zxcvbnm QWERTYU ASDFGHJ ZXCVBNM
$ kwp caps.base en.keymap 6.route -s1 -b0
Output is empty again. It would be nice to see following output here
QWERTYU ASDFGHJ ZXCVBNM
I'm using precompiled kwp release 1.00
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It doesn't seem to be possible to generate all-caps keywalks.
Here is an example:
caps.base
:6.route
:en.keymap
is original fileOutput is empty, as expected.
Output is empty again. It would be nice to see following output here
I'm using precompiled kwp release 1.00
The text was updated successfully, but these errors were encountered: