Hacker News new | ask | show | jobs
by alexdeloy 1052 days ago
Also ã/Ã seems missing?

While it's a nice idea and usually I am a sucker for all things starting with European*, it seems to fall short and the practical use seems limited - who is writing more than 3-4 languages at a time?

I'll stick to my AutoHotkey macros to put portuguese ã/ç/õ via AltGr on my german keyboard:

  <^>!a::Send {ASC 0227}
  +<^>!A::Send {ASC 0195}
  <^>!c::Send {ASC 0231}
  +<^>!C::Send {ASC =199}
  <^>!o::Send {ASC 0245}
  +<^>!O::Send {ASC 0213}

(+1 for my fellow ISO Return key users in the thread)