How can I type Unicode characters into KDE's Konsole terminal from a Gnome desktop?











up vote
14
down vote

favorite
5












I use Ubuntu.. In 'gnome-terminal', I can type Unicode Codepoints by first typing Ctrl-Shift-u followed by the Codepoint hex value, eg. C-S-u 2468 produces ⑨



konsole, my preferred terminal, does not have this C-S-u (gnome) feature..



Is there some equivalent KDE way to do this in Konsole?










share|improve this question




















  • 1




    Ran into this issue too when I set GTK_IM_MODULE=xim so that I could use ~/.Xcompose. Better question would be "How to input Unicode characters by codepoint when using XIM?".
    – Arrowmaster
    Apr 28 '11 at 20:38






  • 1




    This is a feature of the GTK widget set used by all GNOME applications. You will need to find a similar feature offered by QT used by KDE applications. Look up QT IMM modules.
    – penguin359
    Apr 28 '11 at 21:27















up vote
14
down vote

favorite
5












I use Ubuntu.. In 'gnome-terminal', I can type Unicode Codepoints by first typing Ctrl-Shift-u followed by the Codepoint hex value, eg. C-S-u 2468 produces ⑨



konsole, my preferred terminal, does not have this C-S-u (gnome) feature..



Is there some equivalent KDE way to do this in Konsole?










share|improve this question




















  • 1




    Ran into this issue too when I set GTK_IM_MODULE=xim so that I could use ~/.Xcompose. Better question would be "How to input Unicode characters by codepoint when using XIM?".
    – Arrowmaster
    Apr 28 '11 at 20:38






  • 1




    This is a feature of the GTK widget set used by all GNOME applications. You will need to find a similar feature offered by QT used by KDE applications. Look up QT IMM modules.
    – penguin359
    Apr 28 '11 at 21:27













up vote
14
down vote

favorite
5









up vote
14
down vote

favorite
5






5





I use Ubuntu.. In 'gnome-terminal', I can type Unicode Codepoints by first typing Ctrl-Shift-u followed by the Codepoint hex value, eg. C-S-u 2468 produces ⑨



konsole, my preferred terminal, does not have this C-S-u (gnome) feature..



Is there some equivalent KDE way to do this in Konsole?










share|improve this question















I use Ubuntu.. In 'gnome-terminal', I can type Unicode Codepoints by first typing Ctrl-Shift-u followed by the Codepoint hex value, eg. C-S-u 2468 produces ⑨



konsole, my preferred terminal, does not have this C-S-u (gnome) feature..



Is there some equivalent KDE way to do this in Konsole?







kde keyboard unicode konsole input-method






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited yesterday









gerrit

1,18341427




1,18341427










asked Apr 28 '11 at 19:08









Peter.O

18.8k1791143




18.8k1791143








  • 1




    Ran into this issue too when I set GTK_IM_MODULE=xim so that I could use ~/.Xcompose. Better question would be "How to input Unicode characters by codepoint when using XIM?".
    – Arrowmaster
    Apr 28 '11 at 20:38






  • 1




    This is a feature of the GTK widget set used by all GNOME applications. You will need to find a similar feature offered by QT used by KDE applications. Look up QT IMM modules.
    – penguin359
    Apr 28 '11 at 21:27














  • 1




    Ran into this issue too when I set GTK_IM_MODULE=xim so that I could use ~/.Xcompose. Better question would be "How to input Unicode characters by codepoint when using XIM?".
    – Arrowmaster
    Apr 28 '11 at 20:38






  • 1




    This is a feature of the GTK widget set used by all GNOME applications. You will need to find a similar feature offered by QT used by KDE applications. Look up QT IMM modules.
    – penguin359
    Apr 28 '11 at 21:27








1




1




Ran into this issue too when I set GTK_IM_MODULE=xim so that I could use ~/.Xcompose. Better question would be "How to input Unicode characters by codepoint when using XIM?".
– Arrowmaster
Apr 28 '11 at 20:38




Ran into this issue too when I set GTK_IM_MODULE=xim so that I could use ~/.Xcompose. Better question would be "How to input Unicode characters by codepoint when using XIM?".
– Arrowmaster
Apr 28 '11 at 20:38




1




1




This is a feature of the GTK widget set used by all GNOME applications. You will need to find a similar feature offered by QT used by KDE applications. Look up QT IMM modules.
– penguin359
Apr 28 '11 at 21:27




This is a feature of the GTK widget set used by all GNOME applications. You will need to find a similar feature offered by QT used by KDE applications. Look up QT IMM modules.
– penguin359
Apr 28 '11 at 21:27










1 Answer
1






active

oldest

votes

















up vote
6
down vote













I did some research on this, and apparently the en vogue input system at the moment is IBus. It supports GTK+ and Qt.



Here is what I did to set it up on a Debian system:




  • Install ibus, ibus-gtk, ibus-qt4, and ibus-m17n. The latter contains the input method that supports entering Unicode characters by codepoint. There are several other packages that contain other input methods, mostly aimed at CJK.

  • In the GNOME menu, under System->Preferences->IBus Preferences, select tab "Input Method" and select Other->"unicode (m17n)".

  • It might be best at this point to restart your entire GDM session to get the IBus initialization run. Alternatively, the preferences menu will offer to start the IBus daemon, but then you will have to set the environment variables it tells you manually and start a new konsole (or whatever) window in that environment.

  • Assuming you now have a new konsole window, find the IBus icon in the system tray and choose the "unicode (m17n)" input method. If it says "No input window", you probably don't have the right window focused. (Kind of annoying when you use focus follows mouse. It's probably possible to configure this better.)

  • Now press Ctrl+u and then enter the codepoint, e.g., 2468 (hexadecimal, as before). Voilà!






share|improve this answer

















  • 1




    For kubuntu (kwin, sddm, kde, plasma) version 16.04 xenial I could enable unicode support in konsole (Qt: 5.6.1, KDE Frameworks: 5.24.0, Konsole: 16.04.3) by installing the following: sudo apt-get install ibus ibus-gtk ibus-qt4 ibus-m17n and running ibus-setup afterwards. There was no need to restart the running konsole program. Ctrl-Shift-u and the typing the hex value (such as 1E6F for the character 'ṯ' to transliterate the arabic letter 'taa') does the trick.
    – user906489
    Jan 9 '17 at 16:59













Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f12244%2fhow-can-i-type-unicode-characters-into-kdes-konsole-terminal-from-a-gnome-deskt%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
6
down vote













I did some research on this, and apparently the en vogue input system at the moment is IBus. It supports GTK+ and Qt.



Here is what I did to set it up on a Debian system:




  • Install ibus, ibus-gtk, ibus-qt4, and ibus-m17n. The latter contains the input method that supports entering Unicode characters by codepoint. There are several other packages that contain other input methods, mostly aimed at CJK.

  • In the GNOME menu, under System->Preferences->IBus Preferences, select tab "Input Method" and select Other->"unicode (m17n)".

  • It might be best at this point to restart your entire GDM session to get the IBus initialization run. Alternatively, the preferences menu will offer to start the IBus daemon, but then you will have to set the environment variables it tells you manually and start a new konsole (or whatever) window in that environment.

  • Assuming you now have a new konsole window, find the IBus icon in the system tray and choose the "unicode (m17n)" input method. If it says "No input window", you probably don't have the right window focused. (Kind of annoying when you use focus follows mouse. It's probably possible to configure this better.)

  • Now press Ctrl+u and then enter the codepoint, e.g., 2468 (hexadecimal, as before). Voilà!






share|improve this answer

















  • 1




    For kubuntu (kwin, sddm, kde, plasma) version 16.04 xenial I could enable unicode support in konsole (Qt: 5.6.1, KDE Frameworks: 5.24.0, Konsole: 16.04.3) by installing the following: sudo apt-get install ibus ibus-gtk ibus-qt4 ibus-m17n and running ibus-setup afterwards. There was no need to restart the running konsole program. Ctrl-Shift-u and the typing the hex value (such as 1E6F for the character 'ṯ' to transliterate the arabic letter 'taa') does the trick.
    – user906489
    Jan 9 '17 at 16:59

















up vote
6
down vote













I did some research on this, and apparently the en vogue input system at the moment is IBus. It supports GTK+ and Qt.



Here is what I did to set it up on a Debian system:




  • Install ibus, ibus-gtk, ibus-qt4, and ibus-m17n. The latter contains the input method that supports entering Unicode characters by codepoint. There are several other packages that contain other input methods, mostly aimed at CJK.

  • In the GNOME menu, under System->Preferences->IBus Preferences, select tab "Input Method" and select Other->"unicode (m17n)".

  • It might be best at this point to restart your entire GDM session to get the IBus initialization run. Alternatively, the preferences menu will offer to start the IBus daemon, but then you will have to set the environment variables it tells you manually and start a new konsole (or whatever) window in that environment.

  • Assuming you now have a new konsole window, find the IBus icon in the system tray and choose the "unicode (m17n)" input method. If it says "No input window", you probably don't have the right window focused. (Kind of annoying when you use focus follows mouse. It's probably possible to configure this better.)

  • Now press Ctrl+u and then enter the codepoint, e.g., 2468 (hexadecimal, as before). Voilà!






share|improve this answer

















  • 1




    For kubuntu (kwin, sddm, kde, plasma) version 16.04 xenial I could enable unicode support in konsole (Qt: 5.6.1, KDE Frameworks: 5.24.0, Konsole: 16.04.3) by installing the following: sudo apt-get install ibus ibus-gtk ibus-qt4 ibus-m17n and running ibus-setup afterwards. There was no need to restart the running konsole program. Ctrl-Shift-u and the typing the hex value (such as 1E6F for the character 'ṯ' to transliterate the arabic letter 'taa') does the trick.
    – user906489
    Jan 9 '17 at 16:59















up vote
6
down vote










up vote
6
down vote









I did some research on this, and apparently the en vogue input system at the moment is IBus. It supports GTK+ and Qt.



Here is what I did to set it up on a Debian system:




  • Install ibus, ibus-gtk, ibus-qt4, and ibus-m17n. The latter contains the input method that supports entering Unicode characters by codepoint. There are several other packages that contain other input methods, mostly aimed at CJK.

  • In the GNOME menu, under System->Preferences->IBus Preferences, select tab "Input Method" and select Other->"unicode (m17n)".

  • It might be best at this point to restart your entire GDM session to get the IBus initialization run. Alternatively, the preferences menu will offer to start the IBus daemon, but then you will have to set the environment variables it tells you manually and start a new konsole (or whatever) window in that environment.

  • Assuming you now have a new konsole window, find the IBus icon in the system tray and choose the "unicode (m17n)" input method. If it says "No input window", you probably don't have the right window focused. (Kind of annoying when you use focus follows mouse. It's probably possible to configure this better.)

  • Now press Ctrl+u and then enter the codepoint, e.g., 2468 (hexadecimal, as before). Voilà!






share|improve this answer












I did some research on this, and apparently the en vogue input system at the moment is IBus. It supports GTK+ and Qt.



Here is what I did to set it up on a Debian system:




  • Install ibus, ibus-gtk, ibus-qt4, and ibus-m17n. The latter contains the input method that supports entering Unicode characters by codepoint. There are several other packages that contain other input methods, mostly aimed at CJK.

  • In the GNOME menu, under System->Preferences->IBus Preferences, select tab "Input Method" and select Other->"unicode (m17n)".

  • It might be best at this point to restart your entire GDM session to get the IBus initialization run. Alternatively, the preferences menu will offer to start the IBus daemon, but then you will have to set the environment variables it tells you manually and start a new konsole (or whatever) window in that environment.

  • Assuming you now have a new konsole window, find the IBus icon in the system tray and choose the "unicode (m17n)" input method. If it says "No input window", you probably don't have the right window focused. (Kind of annoying when you use focus follows mouse. It's probably possible to configure this better.)

  • Now press Ctrl+u and then enter the codepoint, e.g., 2468 (hexadecimal, as before). Voilà!







share|improve this answer












share|improve this answer



share|improve this answer










answered Jul 6 '11 at 7:10









Peter Eisentraut

1,2821110




1,2821110








  • 1




    For kubuntu (kwin, sddm, kde, plasma) version 16.04 xenial I could enable unicode support in konsole (Qt: 5.6.1, KDE Frameworks: 5.24.0, Konsole: 16.04.3) by installing the following: sudo apt-get install ibus ibus-gtk ibus-qt4 ibus-m17n and running ibus-setup afterwards. There was no need to restart the running konsole program. Ctrl-Shift-u and the typing the hex value (such as 1E6F for the character 'ṯ' to transliterate the arabic letter 'taa') does the trick.
    – user906489
    Jan 9 '17 at 16:59
















  • 1




    For kubuntu (kwin, sddm, kde, plasma) version 16.04 xenial I could enable unicode support in konsole (Qt: 5.6.1, KDE Frameworks: 5.24.0, Konsole: 16.04.3) by installing the following: sudo apt-get install ibus ibus-gtk ibus-qt4 ibus-m17n and running ibus-setup afterwards. There was no need to restart the running konsole program. Ctrl-Shift-u and the typing the hex value (such as 1E6F for the character 'ṯ' to transliterate the arabic letter 'taa') does the trick.
    – user906489
    Jan 9 '17 at 16:59










1




1




For kubuntu (kwin, sddm, kde, plasma) version 16.04 xenial I could enable unicode support in konsole (Qt: 5.6.1, KDE Frameworks: 5.24.0, Konsole: 16.04.3) by installing the following: sudo apt-get install ibus ibus-gtk ibus-qt4 ibus-m17n and running ibus-setup afterwards. There was no need to restart the running konsole program. Ctrl-Shift-u and the typing the hex value (such as 1E6F for the character 'ṯ' to transliterate the arabic letter 'taa') does the trick.
– user906489
Jan 9 '17 at 16:59






For kubuntu (kwin, sddm, kde, plasma) version 16.04 xenial I could enable unicode support in konsole (Qt: 5.6.1, KDE Frameworks: 5.24.0, Konsole: 16.04.3) by installing the following: sudo apt-get install ibus ibus-gtk ibus-qt4 ibus-m17n and running ibus-setup afterwards. There was no need to restart the running konsole program. Ctrl-Shift-u and the typing the hex value (such as 1E6F for the character 'ṯ' to transliterate the arabic letter 'taa') does the trick.
– user906489
Jan 9 '17 at 16:59




















draft saved

draft discarded




















































Thanks for contributing an answer to Unix & Linux Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f12244%2fhow-can-i-type-unicode-characters-into-kdes-konsole-terminal-from-a-gnome-deskt%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

サソリ

広島県道265号伴広島線

Setup Asymptote in Texstudio