============================= Geany 1.38 keyboard shortcuts ============================= First published at 5/22/2023 on https://defkey.com/geany-1-38-shortcuts Geany is a free and open-source lightweight text editor with basic IDE (integrated development environment) capabilities. It is available in Linux, Windows and macOS. In comparison with Unix-based editors like Emacs or Vim, Geany is more like programming based editors on Windows such as Notepad++. Geany 1.38 has 99 shortcuts and we have listed all of them below. Moving in the document ---------------------- Home Go to Start of Line End Go to End of Line Alt + Home Go to Start of Display Line Alt + End Go to End of Display Line Alt + Up arrow Scroll up by one line Alt + Down arrow Scroll down by one line Ctrl + Shift + L Scroll to current line Ctrl + L Go to line Ctrl + B Go to matching brace Ctrl + M Toggle marker Ctrl + , Goto previous marker Ctrl + . Goto next marker Ctrl + / Go to Previous Word Part Ctrl + \ Go to Next Word Part Alt + Right arrow Navigate forward a location Alt + Left arrow Navigate back a location F1 Help Moving the document ------------------- Ctrl + Shift + Page Down Move document right Ctrl + Shift + Page Up Move document left Ctrl + Page Down Switch to right document Ctrl + Page Up Switch to left document Ctrl + + Zoom In Ctrl + - Zoom Out Ctrl + 0 Zoom Reset F11 Fullscreen F1 Help Find and text selection ----------------------- Ctrl + F Find Ctrl + G Find Next Ctrl + Shift + G Find Previous Ctrl + Shift + F Find in files F7 Switch to Search Bar Ctrl + Shift + E Find Usage Ctrl + Shift + D Find Document Usage Alt + Shift + W Select current word Alt + Shift + L Select current line(s) Alt + Shift + P Select current paragraph Ctrl + A Select all Ctrl + Shift Column mode editing (rectangular selections) Ctrl + Alt Column mode editing (rectangular selections) Ctrl + Shift + M Mark All Ctrl + M Toggle marker Ctrl + , Goto previous marker Ctrl + . Goto next marker F1 Help Cut and paste ------------- Ctrl + X Cut Ctrl + Shift + X Cut current line(s) Ctrl + C Copy Ctrl + Shift + C Copy current line(s) Ctrl + V Paste Ctrl + D Duplicate line or selection Ctrl + Shift + Del Delete to line end Ctrl + K Delete current line(s) F1 Help Editing ------- Shift + Alt + D Insert date Ctrl + E Toggle line commentation Ctrl + Alt + U Toggle case of selection Tab Word part completion Tab Complete snippet Ctrl + I Increase indent Ctrl + U Decrease indent Alt + Page Up Move line(s) up Alt + Page Down Move line(s) down Ctrl + Space Complete word Ctrl + Shift + T Go to tag declaration Ctrl + T Go to tag definition Ctrl + Z Undo Ctrl + Y Redo Ctrl + H Replace Ctrl + 1 Send to Custom Command 1 Ctrl + 2 Send to Custom Command 2 Ctrl + 3 Send to Custom Command 3 Ctrl + Shift + Space Show calltip F1 Help Files ----- Ctrl + N New Ctrl + O Open Ctrl + Shift + O Open selected file Ctrl + R Reload file Ctrl + Tab Switch to last used document Ctrl + S Save Ctrl + Shift + S Save all Ctrl + W Close Ctrl + Shift + W Close all Ctrl + P Print Ctrl + Q Quit F1 Help Build, make, compile -------------------- Ctrl + Alt + P Preferences F9 Build Shift + F8 Make object Shift + F9 Make all F8 Compile F5 Run Ctrl + Enter Show macro list Ctrl + Shift + F9 Make custom target Ctrl + Shift + R Reload symbol list F1 Help Other ----- F2 Switch to Editor F4 Switch to VTE F6 Switch to Scribble F1 Help Source: geany.org Last modified on(UTC): Monday, May 22, 2023 Defkey © All rights reserved.