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 |
Operation | Shortcut |
---|---|
Hide and show hidden files | ⌘ ⇧ . |
Copy file path | ⌘ ⌥ C |
Get file information | ⌘ I |
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 |
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
// ==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 |