We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

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

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

  • 2 replies
  • 12 have this problem
  • 4 views
  • Last reply by 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