Skip to content

Instantly share code, notes, and snippets.

@rejgan318
Last active July 25, 2023 09:47
Show Gist options
  • Save rejgan318/7a6d8096748834c2789d4dac8cf7f144 to your computer and use it in GitHub Desktop.
Save rejgan318/7a6d8096748834c2789d4dac8cf7f144 to your computer and use it in GitHub Desktop.
[usefull]

Всякие полезности

lovelyUnicodeChars.md

Win + . - подборка

😀🙄😥😮🤐☹️😡🥸😰

💩👻🐷🦝🐨🐼🐈‍⬛🐈🐖🐘🦖🐟🦉

👣👅

👩👨🕵️🧙‍♂️

💪👉👍👎

🎈🎁

🥇🥈🥉

🛠️♀️♂️

💾📄📃📁📂📈⌛⏱️

🚗🚩☁️❤️🖤🤍❗❓💯

🚮🚾➡️⬅️⬆️⬇️

☑️🔴🟠🟡🟢🔵🟣🟤⚫⚪🟥🟧🟨🟩🟦💬

🪟

℃©×÷-–—•⁎⁕·⁞

←→↑↓⇐⇒⇔⇠⇢⇡⇣⇦

▢▥▨▦▩▮▤▧

●○◍◉◎◯■◻

①②③④⑤⑥⑦⑧⑨

⒈⒉⒊⒋⒌⒍⒎⒏⒐

Хоткеи Pycharm, которые я не помню или не использую

Description Key
CREATE AND EDIT
Smart code completion Ctrl+Shift+Space
Type name completion Ctrl+Alt+Space
Parameter information / context info Ctrl+P / Alt+Q
Quick definition Ctrl+Shift+I
Generate code Alt+Insert
Override / implement members Ctrl+O / Ctrl+I
Surround with… Ctrl+Alt+T
Optimize imports Ctrl+Alt+O
Expand / collapse code block Ctrl+NumPad + / -
Expand / collapse all Ctrl+Shift+NumPad + / -
MASTER YOUR IDE
Find action… Ctrl+Shift+A
Quick switch scheme… Ctrl+`
Jump to source / navigation bar F4 / Alt+Home
Jump to last tool window F12
Hide active / all tool windows Shift+Esc / Ctrl+Shift+F12
Go to next / previous editor tab Alt+Right / Alt+Left
Close active tab / window Ctrl+Shift+F4 / Ctrl+F4
FIND EVERYTHING
Search everywhere Double Shift
Find / replace Ctrl+F / R
Find in path / Replace in path Ctrl+Shift+F / R
Find word at caret Ctrl+F3
Go to class / file Ctrl+N / Ctrl+Shift+N
Go to file member Ctrl+F12
Go to symbol Ctrl+Alt+Shift+N
NAVIGATE FROM SYMBOLS
Declaration Ctrl+B
Super method Ctrl+U
Implementation(s) Ctrl+Alt+B
Find usages / Find usages in file Alt+F7 / Ctrl+F7
Highlight usages in file Ctrl+Shift+F7
Show usages Ctrl+Alt+F7
REFACTOR AND CLEAN UP
Refactor this… Ctrl+Alt+Shift+T
Copy…/ Move… F5 / F6

Pycharm Мультикурсор

Клавиатура, только по вертикали

  1. Ctrl, Ctrl(не отпускать)
  2. Up или Down

или

  1. Shif + Alt + Insert (не отпускаем Shift)
  2. Shift Up или Down

Мышь

  1. Ctrl, Ctrl
  2. Alt + Shift + Click в произвольном месте

Выделение слова (например для быстрого переименования переменной)

Alt + J на слове несколько раз, оно выделится на первом нажатии. Дальше можно редактировать в режиме мультикурсора

или Ctrl + Alt + Shift + J для выделения мультикурсором сразу всех вхождения

Copy, paste and other

Win+D Display and hide the desktop.

F6 Cycle through screen elements in a window or on the desktop.

F10 Activate the Menu bar in the active app.

Alt+F8 Show your password on the sign-in screen.

Alt+Esc Cycle through items in the order in which they were opened.

Alt+Spacebar Open the shortcut menu for the active window.

Ctrl+E Open Search (in most apps).

Ctrl+Alt+Tab Use the arrow keys to switch between all open apps

Ctrl+Esc Open Start

Ctrl+Shift+Esc Open Task Manager.

Shift+F10 Display the shortcut menu for the selected item

🪟 + ......

🪟+A Open Quick Settings

🪟+B Set focus to the first icon in the Taskbar corner

🪟+D Display and hide the desktop

🪟+I Open Settings

🪟+G Screen record

🪟+Alt+G - start record

🪟+L Lock your PC or switch accounts

🪟+M Minimize all windows

🪟+Shift+M Restore minimized windows on the desktop

🪟+R Open the Run dialog box

🪟+S Open search

🪟+Shift+S Take a screenshot of part of your screen

🪟+T Cycle through apps on the taskbar

🪟+V Open the clipboard history

🪟+Z Open the snap layouts

🪟+. or ; Open emoji panel

🪟+number Open the desktop and start the app pinned to the taskbar in the position indicated by the number. If the app is already running, switch to that app. Shift; Ctrl; Alt; Ctrl+Shift...

🪟+Tab Open Task view

🪟+Up arrow Maximize the window

🪟+Alt+Up arrow Snap window in focus to top half of screen

🪟+Down arrow Remove current app from screen or minimize the desktop window

🪟+Alt+Down arrow Snap window in focus to bottom half of screen

🪟+Left arrow Maximize the app or desktop window to the left side of the screen (or right)

🪟+Home Minimize all except the active desktop window (restores all windows on second stroke).

🪟+Shift+Up arrow Stretch the desktop window to the top and bottom of the screen

🪟+Shift+Down arrow Restore/minimize active desktop windows vertically, maintaining width

🪟+Plus (+) Open Magnifier and zoom in (or Minus)

🪟+Esc Close Magnifier

🪟+Ctrl+Shift+B Wake PC from blank or black screen

🪟+PrtScn Save full screen screenshot to file

🪟+Alt+PrtScn Save screenshot of game window in focus to file (using Xbox Game Bar)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment