rbreaves/kinto

Microsoft Edge Command + Q open extensions instead of closing microsoft edge.

Closed this issue · 1 comments

Describe the bug
Microsoft Edge Command + Q open extensions instead of closing microsoft edge.

Expected behavior
Close/ redirect to alt + f4
Kinto on Windwos 11 23h2

If anyone has any solution that would be awesome.

I fixed this issue by adding:
; Insert after keyboard layout setup, but before other app-specific mappings
#IfWinActive ahk_class Chrome_WidgetWin_1 ; Target Microsoft Edge (ahk_class for Edge)
#Q::Send !{F4} ; Remap Command (LWin) + Q to Alt + F4
#IfWinActive ; End of specific remapping for Edge

after menu, Keyboards, check, %checkKB%