-
I noticed that Unicode input does not work via the numpad. Is this a code limitation or a configuration thing? Just curious. |
Beta Was this translation helpful? Give feedback.
Answered by
tsujan
Mar 13, 2024
Replies: 1 comment 6 replies
-
FeatherPad supports what Qt does. If, at some point, Qt supports Unicode input with numpad, it'll show up in FeatherPad automatically. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OK, this is a relatively complete answer (which I found years ago but forgot later):
To support unicode input with all Qt apps, the user needs to install ibus, (auto-)start
ibus-daemon
, and set the environment variableQT_IM_MODULE
toibus
. Then all Qt apps acceptCtrl+Shift+U
+ unicode +Space/Enter
.GTK supports
Ctrl+Shift+U
without needing ibus.