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?
Asked
Active
Viewed 1,627 times
1 Answers
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:
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:

Sylvain Pineau
- 62,169
-
where can I get terminal output? – hellboy Jan 18 '16 at 19:42
-
@hellboy I've updated my answer. The terminal is the one embedded in Geany (VTE) – Sylvain Pineau Jan 18 '16 at 19:50
-
And Terminal is configurable in Tools preferneces ? – hellboy Jan 18 '16 at 19:53
-
Is Geany the simplest/the only way to do subj ? – hellboy Jan 18 '16 at 19:54
-
@hellboy http://askubuntu.com/questions/139539/terminal-in-geany may answer your question – Sylvain Pineau Jan 18 '16 at 19:58