Results 1 to 6 of 6

Thread: Disable keyboard accelerators?

  1. #1
    Join Date
    Apr 2008
    Beans
    641

    Disable keyboard accelerators?

    Is it possible to disable keyboard accelerators in GNOME (or whatever controls it)?
    My Deviantart
    Doin' it GIMP style

  2. #2
    Join Date
    Sep 2005
    Location
    USA
    Beans
    777
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Disable keyboard accelerators?

    Quote Originally Posted by Fzang View Post
    Is it possible to disable keyboard accelerators in GNOME (or whatever controls it)?
    Add the following to your gtkrc (use ~/.gtkrc or ~/.gtkrc.mine if your ~/.gtkrc sources it) [1]:

    Code:
    gtk-enable-accels = 0
    gtk-enable-mnemonics = 0
    Also, for firefox, set the following to 0 in about:config [2]:

    Code:
    ui.key.generalAccessKey
    ui.key.chromeAccess
    ui.key.contentAccess 
    ui.key.menuAccessKey
    [1] http://library.gnome.org/devel/gtk/s...kSettings.html
    [2] http://kb.mozillazine.org/About:config_entries

  3. #3
    Join Date
    Apr 2008
    Beans
    641

    Re: Disable keyboard accelerators?

    Thanks a lot. It works
    My Deviantart
    Doin' it GIMP style

  4. #4
    Join Date
    Sep 2005
    Location
    USA
    Beans
    777
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Disable keyboard accelerators?

    Yep, I have to disable it so the alt-* emacs keybindings for gtk text entries work right

  5. #5
    Join Date
    Feb 2010
    Beans
    80

    Re: Disable keyboard accelerators?

    Dude, all you need to do is disable the menu bar on the terminal where you are using emacs.
    *facepalm*

  6. #6
    Join Date
    Sep 2005
    Location
    USA
    Beans
    777
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Disable keyboard accelerators?

    Quote Originally Posted by erjoalgo View Post
    Dude, all you need to do is disable the menu bar on the terminal where you are using emacs.
    *facepalm*
    no one is using emacs

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •