This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Hierdie gesprek is in die argief. Vra asseblief 'n nuwe vraag as jy hulp nodig het.

disable Alt key binding [needed for international character in us keyboard]

  • 2 antwoorde
  • 12 hierdie probleem
  • 4 views
  • Laaste antwoord deur dragomang87

more options

åæø

those above are examples of character that i can usually write on my terminal with Alt+E F X, but that in firefox are avoided using Alt because the key is bound for shorcuts (same result if i try inside a page or in the url and search bars)

i've tried with ui.key.menuAccessKey = 0 ui.key.chromeAccess = (different from 4=Alt, i put 6)

but still there is the Alt+D shortcut (for example)

åæø those above are examples of character that i can usually write on my terminal with Alt+E F X, but that in firefox are avoided using Alt because the key is bound for shorcuts (same result if i try inside a page or in the url and search bars) i've tried with ui.key.menuAccessKey = 0 ui.key.chromeAccess = (different from 4=Alt, i put 6) but still there is the Alt+D shortcut (for example)

All Replies (2)

more options

On Linux you can use the Compose key to create all needed characters easily.

See http://en.wikipedia.org/wiki/Compose_key

o+a: å
a+e: æ
more options

uhm, seems a bit similar to setxkbmap us_intl

but actually better because with your solution you don't have the "compose" always enabled i was hoping to avoiding three keys combination ok, let's try, xev xmodmap and /usr/share/X11/locale/en_US.UTF-8/Compose

thank you