本歌单由Listen1创建, 歌曲数:1,歌单数:1,点击查看更多
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SwitchIME(0x04090409) ;; 切換為英文輸入 | |
SwitchIME(00000804) ;; 切換為中文輸入 | |
SwitchIME(dwLayout){ | |
DllCall("SendMessage", UInt, WinActive("A"), UInt, 80, UInt, 1, UInt, DllCall("LoadKeyboardLayout", Str,dwLayout, UInt, 1)) | |
return |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"____________________________________________________________ | |
" | |
" /\__\ /\ \ /\ \ /\__\ | |
" /::| | /::\ \ /::\ \ /::| | | |
" /:|:| | /:/\:\ \ /:/\:\ \ /:|:| | | |
" /:/|:|__|__ /:/ \:\ \ /:/ \:\ \ /:/|:| |__ | |
" /:/ |::::\__\ /:/__/ \:\__\ /:/__/ \:\__\ /:/ |:| /\__\ | |
" \/__/~~/:/ / \:\ \ /:/ / \:\ \ /:/ / \/__|:|/:/ / | |
" /:/ / \:\ /:/ / \:\ /:/ / |:/:/ / | |
" /:/ / \:\/:/ / \:\/:/ / |::/ / |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; 快捷键 | |
; Google Chrome | |
Esc & g:: | |
Activate_Class.chrome() | |
Return | |
;飞书 | |
Esc & 1:: | |
Activate_Class.feiShu() | |
return | |
;VS Code |