Harri Kauhanen

Results 2 comments of Harri Kauhanen

With Finnish keyboard, I cannot enter characters like **£${[]\@** all requiring *Alt Gr* pressed. (Windows 10 +WSL). I can, however, enter EUR **€**, backslash **\\** and tilde **~** characters requiring...

For the impatient ones, I created an AutoHotKey script: ``` #NoEnv SendMode Input SetWorkingDir %A_ScriptDir% #if WinActive("ahk_exe Hyper.exe") ^>!2::Send {ASC 64} ; @ ^>!3::Send {U+00A3} ; £ ^>!4::Send {ASC 36}...