Walkero

  • Archive
  • RSS
  • Ask me anything

F10 vs Terminal

If you are a Linux user then you surely use terminal. Whenever I do a clean install to the latest version of any Linux distribution, one of the first things I do is to set the F10 key to not be captured by the system and pass directly to the terminal. This is necessary for various old programs running through terminal, like midnight commander.

in most of the Linux distributions the terminal has a menu item where you can set up the “Keyboard shortcuts”. By this menu item you disable the F10 to be used by the system. Unfortunately, at the latest Ubuntu 12.04 Unity the F10 is still  captured by the system, even if you disable it.

By searching in various forums and websites I found a workaround that really worked for me. You have to cut and paste the following in a terminal and press enter

$ mkdir -p ~/.config/gtk-3.0
$ cat<<EOF > ~/.config/gtk-3.0/gtk.css

@binding-set NoKeyboardNavigation {
unbind "<shift>F10"
}

* {    
gtk-key-bindings: NoKeyboardNavigation
}

EOF
    • #terminal
    • #linux
    • #F10
    • #Ubuntu
  • 10 months ago
  • 1
  • Permalink
  • Share
    Tweet

1 Notes/ Hide

  1. theshadowlost likes this
  2. walkero posted this
← Previous • Next →

Walkero

About

Avatar web developer, Amiga lover, Drupal follower, jQuery ninja, mobile application explorer, truth seeker, social media user, self-taught guitarist, parent & husband... at least for now...

Find me also on...

  • @gsokianos on Twitter
  • Facebook Profile
  • walkero on Vimeo
  • walkero603 on Youtube
  • walkero on Delicious
  • walkero603 on Last.fm
  • Google
  • My Skype Info
  • Linkedin Profile
  • RSS
  • Random
  • Archive
  • Ask me anything
  • Mobile

Effector Theme by Carlo Franco.

Powered by Tumblr