You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to use an Apple Magic Keyboard with a PC laptop. (Need to elevate laptop off desk for neck nerve issues). Anyway, it sends Alt/Win opposite to normal, so all my Emacs/IntelliJ muscle memory is off.
My typical caps-lock to control map seems to work:
(defsrc caps)
(deflayer basic lctl)
But this next config - an attempt to swap Alt and Win - gives me the same problems I had with Powertoys (microsoft/PowerToys#43826).
If I try backward-word in Emacs, for example, which is Alt-B, it appears to send Alt-Win-B, because Windows activates this obnoxious gamebar. Same with attempts to copy text in Emacs Alt-W. It activates more game bar stuff, as if Alt-Win-W were pressed.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
I've been trying to use an Apple Magic Keyboard with a PC laptop. (Need to elevate laptop off desk for neck nerve issues). Anyway, it sends Alt/Win opposite to normal, so all my Emacs/IntelliJ muscle memory is off.
My typical caps-lock to control map seems to work:
But this next config - an attempt to swap Alt and Win - gives me the same problems I had with Powertoys (microsoft/PowerToys#43826).
If I try
backward-wordin Emacs, for example, which isAlt-B, it appears to sendAlt-Win-B, because Windows activates this obnoxious gamebar. Same with attempts to copy text in EmacsAlt-W. It activates more game bar stuff, as ifAlt-Win-Wwere pressed.Any way around this?
All reactions