I'm bilingual user and while writing I use mostly UK keyboard I have this layout set into my computer. However occasionally I want to write something in my native tongue and the math symbols are additional bonus.
On X11 I use combination of xmodmap and XCompose. I'd like to add following bindings to UK mapping:
- AltGr+letter - letter as if I had polish keyboard set up (say AltGr+a should send ą to program). I tried to do it in various ways but it result in errors. Please note that they are very near beginning of space (ą have unicode code 261).
- Menu+(sequence) - various predefined symbols which would mirror the XCompose. They are added bonus. For example Menu+(i-n)(- represents release and then press) gives ∈ (this is just an example from my XCompose configuration). I consider it added bonus however.
How should I translate it into AutoHotKey script?