Skip to content

Instantly share code, notes, and snippets.

View alanhe421's full-sized avatar
⌨️
Focusing

Alan.He alanhe421

⌨️
Focusing
View GitHub Profile
Operation Shortcut
Quick Definition ⌘ Y
Operation Shortcut
Move F6
Inline Variable ⌥ ⌘ N
Operation Shortcut
Show Intention Actions ⌥ Enter
Complete Code ⌃ Space
Smart Code Completion ⌃ ⌥ Space
Type Matching Completion ⌘ ⇧ Space
Reformat Code ⌘ ⌥ L
Find in File ⌘ F
Replace in File ⌘ R
Operation Shortcut
Hide/Show Panels ⌘ ⇧ F12
Hide All ⌘ ⇧ H
Show/Hide All Panels ⌘ 1 (Project), ⌘ 2 (Favorites), ⌘ 3 (Find), ⌘ 4 (Run), ⌘ 5 (Debug), ⌘ 6 (Problem), ⌘ 7 (Structure), ⌘ 8 (VCS), ⌘ 9 (TODO), ⌘ 0 (Terminal)
Jump to Navigation Bar ⌘ ⌥ Home
Operation Shortcut
Open Command Menu ⌘ ⇧ P
Pause/Resume script execution F8
Step over next function call F10
Step into next function call F11
Step out of current function ⇧ F11
Toggle breakpoint ⌘ B
Operation Shortcut
New Tab ⌘ T
Close Tab ⌘ W
Switch to Left Tab ⌥ ⌘ ⬅️
Switch to Right Tab ⌥ ⌘ ➡️
Jump to specific tab ⌘ 1 to ⌘ 8
Jump to Address Bar ⌘ L
History ⌘ Y
Downloads ⌥ ⌘ L
@alanhe421
alanhe421 / hotkey_finder.en.md
Created July 22, 2024 15:34
hotkey_finder.en.md
Operation Shortcut
Hide and show hidden files ⌘ ⇧ .
Copy file path ⌘ ⌥ C
Get file information ⌘ I
@alanhe421
alanhe421 / hotkey_system.en.md
Last active July 22, 2024 15:57
hotkey_system.en.md
Operation Shortcut
Switch APP ⌘ TAB
Switch Input Method ⌃ Space
Switch between windows in the app ⌘ `
Full-Screen App ⌘ ⌃ F
Screen Capture ⌘ ⇧ 5
Stop Screen Recording ⌘ ⌃ Esc
Screenshot ⌘ ⇧ 3
操作 快捷键
切换APP ⌘ TAB
切换输入法 ⌃ Space
App内多Window切换 ⌘ `
应用全屏 ⌘ ⌃ F
屏幕捕捉 ⌘ ⇧ 5
屏幕捕捉结束录制 ⌘ ⌃ Esc
屏幕截图 ⌘ ⇧ 3
区域截图 ⌃ ⌘ A
@alanhe421
alanhe421 / pinduoduo.user.js
Created December 28, 2023 13:52
拼多多脚本,方便发送消息
// ==UserScript==
// @name 拼多多增强脚本
// @namespace http://tampermonkey.net/
// @version 2023-12-28
// @description try to take over the world!
// @author Alan He
// @match https://mobile.yangkeduo.com/chat_detail.html*
// @icon https://www.google.com/s2/favicons?sz=64&domain=pinduoduo.com
// @grant none
// @run-at document-end