6

So i've set up the geany to use with the terminal. My next question is how to set up a keyboard shortcut to send the currently selected code to the terminal?

user2413
  • 14,337

1 Answers1

9

By default there's no such shortcut defined but you can easily assign a new one.

Open the Edit -> Preferences (Ctrl+Alt+p) menu and click on the Keybindings tab:

enter image description here

Scroll down into the "Format" category to find and select a "Send Selection to Terminal" action. Click the Change button to assign a new shortcut and you can now send your selection to the VTE Terminal:

enter image description here