Arjun Balgovind

Results 19 comments of Arjun Balgovind

@kraoli we already have the feature to add shortcut remappings for specific programs. Is that what you are looking for or would you also like the ability to make key...

Filed a bug on the WinUI repo https://github.com/microsoft/microsoft-ui-xaml/issues/3459

@NeodymiumPhish there would be a limitation in this feature though, that the Caps->Esc behavior would work only on "press and release", since when only Caps Lock is held down there...

@crutkas, this wouldn't be very difficult to implement, but it might require us to always keep the KBM hook active (rather than unhooking on disable). We can't use a separate...

Similar. In this case as well we should be able to support this with Shortcut to Key Remap since for example the Call key seems to be equivalent to Win+Alt+F15....

@crutkas The 3 byte scan code only applies if we use the registry approach (or possibly some driver method). Since the low level hook method only uses virtual code, most...

I have a feeling we can't remap **the Sleep/Power key to something else** (I haven't checked if AHK can do that), but for **remapping to Sleep** I think sending the...

@clairernovotny I don't have an office key on my keyboard, but I believe that it internally does a shortcut like Win+Ctrl+Alt+Shift or something like that. Out of curiosity can you...

Thanks for the screenshots, that helps a ton! I think we might have to support remapping a shortcut to a key before we can get that in, but we do...