Skip to content

Instantly share code, notes, and snippets.

View ZhouMoon's full-sized avatar
🌴
Zhou&Dong

Moon ZhouMoon

🌴
Zhou&Dong
View GitHub Profile
@ZhouMoon
ZhouMoon / gist:889d924f5f1ec7f1cc92a6e2676aa2ac
Created March 27, 2023 15:33
AutoHotKey切换输入法
SwitchIME(0x04090409) ;; 切換為英文輸入
SwitchIME(00000804) ;; 切換為中文輸入
SwitchIME(dwLayout){
DllCall("SendMessage", UInt, WinActive("A"), UInt, 80, UInt, 1, UInt, DllCall("LoadKeyboardLayout", Str,dwLayout, UInt, 1))
return
@ZhouMoon
ZhouMoon / .ideavimrc
Created March 26, 2023 12:48
ideavimr
"____________________________________________________________
"
" /\__\ /\ \ /\ \ /\__\
" /::| | /::\ \ /::\ \ /::| |
" /:|:| | /:/\:\ \ /:/\:\ \ /:|:| |
" /:/|:|__|__ /:/ \:\ \ /:/ \:\ \ /:/|:| |__
" /:/ |::::\__\ /:/__/ \:\__\ /:/__/ \:\__\ /:/ |:| /\__\
" \/__/~~/:/ / \:\ \ /:/ / \:\ \ /:/ / \/__|:|/:/ /
" /:/ / \:\ /:/ / \:\ /:/ / |:/:/ /
" /:/ / \:\/:/ / \:\/:/ / |::/ /
@ZhouMoon
ZhouMoon / listen1_aha_playlist.md
Created March 8, 2023 06:47
updated by Listen1(https://listen1.github.io/listen1/) at 2023/3/8 14:47:30

本歌单由Listen1创建, 歌曲数:1,歌单数:1,点击查看更多

@ZhouMoon
ZhouMoon / AutoHotKey 程序激活代码片段.ahk
Created June 8, 2022 01:36
AutoHotKey 代码片断分享
; 快捷键
; Google Chrome
Esc & g::
Activate_Class.chrome()
Return
;飞书
Esc & 1::
Activate_Class.feiShu()
return
;VS Code