Øystein Bech-Aase

Results 164 comments of Øystein Bech-Aase

Oh, actually... My last commit accidentally included a change I've been trying out. Instead of sending LCtrl+RAlt when the AltGr key is pressed, I send just the RAlt. Maybe you...

@Wiechciu The very latest EPKL commit includes a change that sends a LCtrl Up shortly after each AltGr press! This should hopefully both avoid menu line activation (upon sending RAlt...

@Wiechciu Thanks for the useful links and analysis! I'm still somewhat stuck on this issue, but I finally feel that we're approaching an answer... For your information, you can also...

Okay... Maybe this will help! I used the AHK v1.1.27 `Send {Text}` mode for sending single characters, which avoids the extra LCtrl DownLCtrl Up pair. It still sends a LCtrl+RAlt...

I've tested your combos such as Win+L and Win+P and they work just fine on EPKL with both ENG US and other underlying OS layouts. You don't use a custom...

Yes, the standard Colemak installs are made with the MSKLC program from Microsoft. So, basically... I've no idea then why your EPKL would behave differently from mine? I suppose you're...

That's regardless of EPKL? Sloppy programming from Microsoft's side it would appear?

Thanks for the update! You're right, I'll add this caveat to the EPKL README. VK remapping just resends the key as it is, so it should indeed be less impactful....

Interesting idea. For compatibility and sanity, I don't think I should change the meaning of `--` as it can still be useful to define a shift state as non-outputting. But...

@dogbertai I've followed your suggestion! A `##` state mapping will now blind send the key's VK code. I've changed the Colemak-eD BaseLayout to use this for the number keys by...