Sök i support

Akta dig för supportbedrägerier: Vi kommer aldrig att be dig att ringa eller skicka ett sms till ett telefonnummer eller dela personlig information. Rapportera misstänkt aktivitet med alternativet "Rapportera missbruk".

Läs mer

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

  • 2 svar
  • 12 har detta problem
  • 4 visningar
  • Senaste svar av 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)

Alla svar (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