List of all assigned keyboard shortcuts | Notepad++ Community

I’m calling this thread incomplete until someone provides the full listing of a default set of keycombo assignments for Notepad++ 7.7.1, as output by the scr...

List of all assigned keyboard shortcuts | Notepad++ Community

Notepad++

A visual cheat-sheet for the 74 keyboard shortcuts found in Notepad++

Reference Link

Overview

Total Shortcuts: 74

  • General:10 shortcuts
  • Editor:64 shortcuts

General

  • New fileCtrl + N
  • Open fileCtrl + O
  • Reload from diskCtrl + R
  • SaveCtrl + S
  • Save asCtrl + Alt + S
  • Save allCtrl + Shift + S
  • CloseCtrl + W
  • Close allCtrl + Shift + W
  • PrintCtrl + P
  • Restore recently closed fileCtrl + Shift + T

Editor

  • UppercaseCtrl + Shift + U
  • LowercaseCtrl + U
  • Proper caseAlt + U
  • Proper case, blendAlt + Shift + U
  • Sentence caseCtrl + Alt + U
  • Sentence case, blendCtrl + Alt + Shift + U
  • Split linesCtrl + I
  • Join linesCtrl + J
  • Move up current lineCtrl + Shift + Up
  • Move down current lineCtrl + Shift + Down
  • Insert blank line above currentCtrl + Alt + Enter
  • Insert blank line below currentCtrl + Alt + Shift + Enter
  • Toggle single line commentCtrl + Q
  • Single line commentCtrl + K
  • Single line uncommentCtrl + Shift + K
  • Block commentCtrl + Shift + Q
  • Function completionCtrl + Space
  • Path completionCtrl + Alt + Space
  • Word completionCtrl + Enter
  • Function parameters hintCtrl + Shift + Space
  • Column editorAlt + C
  • FindCtrl + F
  • Find in filesCtrl + Shift + F
  • Find nextF3
  • Find previousShift + F3
  • Select and find nextCtrl + F3
  • Select and find previousCtrl + Shift + F3
  • Find next, volatileCtrl + Alt + F3
  • Find previous, volatileCtrl + Alt + Shift + F3
  • ReplaceCtrl + H
  • Incremental searchCtrl + Alt + I
  • Search results windowF7
  • Previous search resultShift + F4
  • Next search resultF4
  • Go toCtrl + G
  • Go to matching braceCtrl + B
  • Select all between matching bracesCtrl + Alt + B
  • Select style 1-5Ctrl + Shift + 1-5
  • Find styleCtrl + Shift + 0
  • Toggle bookmarkCtrl + F2
  • Next bookmarkF2
  • Previous bookmarkShift + F2
  • Toggle full screen modeF11
  • Post-itF12
  • Go to tab 1-9Ctrl + 1-9
  • Next tabCtrl + PgDn
  • Previous tabCtrl + PgUp
  • Move tab forwardCtrl + Shift + PgDn
  • Move tab backwardCtrl + Shift + PgUp
  • Switch to previous documentCtrl + Shift + Tab
  • Switch to next documentCtrl + Tab
  • Hide linesAlt + H
  • Focus on another viewF8
  • Fold allAlt + 0
  • Unfold allAlt + Shift + 0
  • Collapse current levelCtrl + Alt + F
  • Un-collapse current levelCtrl + Alt + Shift + F
  • Text direction right-to-leftCtrl + Shift + R
  • Text direction left-to-rightCtrl + Shift + L
  • Toggle macro recordCtrl + Shift + R
  • PlaybackCtrl + Shift + P
  • RunF5
  • About Notepad++F1
  • Trim trailing space and saveAlt + Shift + S

Startup.detail.introduction

The text appears to be a discussion thread from the Notepad++ community forum. The topic is about creating a list of all assigned keyboard shortcuts in Notepad++.

The conversation starts with a user named Alan Kilborn asking if it would be possible to export the shortcut information from Notepad++. Another user, Ekopalypse, responds with a Python script that can be used to extract the shortcut information. The script uses the ctypes library to interact with the Notepad++ window and extract the shortcut information.

The conversation then continues with Alan Kilborn and Ekopalypse troubleshooting issues with the script, including problems with finding the correct window title and dealing with localization issues.

Eventually, the script is refined, and Alan Kilborn is able to run it successfully, extracting the list of keyboard shortcuts from Notepad++. The list is then posted in the thread, showing the default keyboard shortcuts for Notepad++ 7.7.1.

The main feature of iloveshortcuts.com, as described in the original text, is not directly related to this conversation thread. However, the conversation does show how users can collaborate to create a list of keyboard shortcuts for a specific application, which is similar to the concept of iloveshortcuts.com.