Appendix A. Geany key mapping

Table of Contents

Geany key mapping

Geany key mapping

The following table lists several useful key codes, which you can use in Geany.

Table A.1. Key Table

KeyFunction
File operations
Ctrl-NCreate new file
Ctrl-OOpen file
Ctrl-SSave current file
Ctrl-Shift-S Save all open files
Ctrl-WClose current file
Alt-DClose all open files
Editing operations
Ctrl-XCut the current selection and copy it into the clipboard
Ctrl-CCopy the current selection into the clipboard
Ctrl-VPaste the content of the clipboard at the current position
Ctrl-ZUndo the last action
Ctrl-YRedo the last action
Ctrl-GDuplicate the current line
Ctrl-ASelect all
Ctrl-DComment current line or selection
Ctrl-SpaceShow auto completion list
Ctrl-ReturnShow list of available(in the workspace) macros and variables
Alt-SpaceShow call tips for the current function or method
Shift-SpaceInsert just a blank. Useful after typing if or while, to explicitly suppress the use of construct auto completion
Ctrl-RReload the tag/symbol list
Finding text
Ctrl-FOpen find dialog
F3Find next
Building files
F8Compile the current file
F9Build the current file
Ctrl-F9Build the current file with the make tool
F5Execute the current file in a terminal emulation
Miscellaneous
Ctrl-LEFTSwitch to the previous open document
Ctrl-RIGHTSwitch to the next open document
Ctrl-+Zoom in the text
Ctrl--Zoom out the text
Ctrl-POpen preferences dialog
F1Show help
F11Switch to fullscreen mode
F12Switch to Scribble widget
Ctrl-QQuit