Skip to content

Commit

Permalink
fix: remove ] & [:: LWin
Browse files Browse the repository at this point in the history
  • Loading branch information
snomiao committed Mar 23, 2021
1 parent fd64aab commit 1e0cedf
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Modules/LaptopKeyboardFix.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,9 @@ $#!p::
Return

; 对于没有 Win 键的环境,用 ] [ 一起按来模拟 Win 键
*] Up:: Send {Blind}]
] & [:: LWin
!\:: Send {Blind}{Tab}

; \ & :: #Tab
; ] & [:: LWin【
; *] Up:: Send {Blind}]
*!\:: Send {Blind}{Tab}

; 对于没有Esc或没有 Stroke 键的键
#if CapsLockXMode
Expand Down

0 comments on commit 1e0cedf

Please sign in to comment.