Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Meer info

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

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

  • 2 antwoorden
  • 12 hebben dit probleem
  • 4 weergaven
  • Laatste antwoord van 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)

Alle antwoorden (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