I want to conveniently enter Unicode symbols such as greek letters μ, ξ, ... and mathematical symbols such as ∀, ∃, ...
Using the character map is not convenient.
I would prefer to enter something like \delta and have it converted to δ by pressing TAB or any other key similar to many LaTeX editors.
The background is, that I want to use eclipse for editing Julia code. But being able to do this with the operating system is better than making eclipse do that.
Autokey-gtk seems to do what I want. But I cant get it to run. Crashes each time an event is triggered.
/usr/share/X11/locale/en_US.UTF-8/Composewith the latex command. (One day I'm going to try.) – Primo Petri Jun 02 '17 at 15:09xdotool, my answer here could be useful – wjandrea Feb 25 '19 at 01:28ctrl+shift+u+UNICODE, egUNICODE=03B4will giveδ. IME, unfortunately, for shortcuts for unicode entry it matters what WM you're using and which apps you want to enter the data in to: might want to look atximand maybe atibus-setup(used to set the control sequence for entering unicode code points). Using AltGr/Compose is also handy. – pbhj Feb 27 '19 at 20:06