Skip to content

Commit e86a72e

Browse files
committed
ไม่สามารถพิมพ์ ๘ หรือ _ ได้ ใน Switch.Input.Language V.1.1 WIN 7-10 bug
1 parent 3626964 commit e86a72e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

WIN 7.au3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
;# = WinKey (Meta)
77
;+ = Shift</code>
88
HotKeySet("`", "change") ;Registers Alt + Space
9-
HotKeySet("_", "change") ;Registers Alt + Space
9+
;HotKeySet("_", "change") ; FIX BUG #1
1010
#NoTrayIcon
1111
Opt("TrayMenuMode",1) ; Default tray menu items (Script Paused/Exit) will not be shown.
1212
Opt("TrayAutoPause", 0 )

WIN 7.exe

1.15 MB
Binary file not shown.

0 commit comments

Comments
 (0)