Last active
September 17, 2018 08:48
-
-
Save Susensio/516b04a4a08d6146f91836020e0e5443 to your computer and use it in GitHub Desktop.
Add open terminal here shortcut in Debian 9.5 Gnome
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Source: https://askubuntu.com/questions/68078/keyboard-shortcut-for-open-a-terminal-here | |
echo "#! /bin/sh | |
gnome-terminal" > ~/.local/share/nautilus/scripts/Terminal | |
chmod +x ~/.local/share/nautilus/scripts/Terminal | |
# F12 or whatever | |
echo "F12 Terminal" > ~/.config/nautilus/scripts-accels |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment