add international keyboard support to fluxbox menu

pull/40/head
TomasM 2017-11-12 16:58:40 -05:00
parent 855a64bfd5
commit 402df56859
1 changed files with 52 additions and 1 deletions

View File

@ -7,6 +7,57 @@
[exec] (Run) { fbappselect }
[separator]
[workspaces] (Workspaces ...)
[submenu] (Keyboard layout ...) {}
[exec] (English US) { setxkbmap us }
[separator]
[exec] (Afghani) { setxkbmap af }
[exec] (Albanian) { setxkbmap al }
[exec] (Arabic [Morocco]) { setxkbmap ma }
[exec] (Arabic) { setxkbmap ara }
[exec] (Armenian) { setxkbmap am }
[exec] (Azerbaijani) { setxkbmap az }
[exec] (Belarusian) { setxkbmap by }
[exec] (Belgian) { setxkbmap be }
[exec] (Berber [Algeria]) { setxkbmap dz }
[exec] (Bosnian) { setxkbmap ba }
[exec] (Bulgarian) { setxkbmap bg }
[exec] (Croatian) { setxkbmap hr }
[exec] (Czech) { setxkbmap cz }
[exec] (Danish) { setxkbmap dk }
[exec] (Dutch) { setxkbmap nl }
[exec] (English [Australian]) { setxkbmap au }
[exec] (Estonian) { setxkbmap ee }
[exec] (Finnish) { setxkbmap fi }
[exec] (French [Canada]) { setxkbmap ca }
[exec] (French) { setxkbmap fr }
[exec] (German [Austria]) { setxkbmap at }
[exec] (German) { setxkbmap de }
[exec] (German [Switzerland]) { setxkbmap ch }
[exec] (Greek) { setxkbmap gr }
[exec] (Hebrew) { setxkbmap il }
[exec] (Hungarian) { setxkbmap hu }
[exec] (Icelandic) { setxkbmap is }
[exec] (Indian) { setxkbmap in }
[exec] (Iraqi) { setxkbmap iq }
[exec] (Irish) { setxkbmap ie }
[exec] (Italian) { setxkbmap it }
[exec] (Latvian) { setxkbmap lv }
[exec] (Lithuanian) { setxkbmap lt }
[exec] (Norwegian) { setxkbmap no }
[exec] (Persian) { setxkbmap ir }
[exec] (Polish) { setxkbmap pl }
[exec] (Portuguese [Brazil]) { setxkbmap br }
[exec] (Portuguese) { setxkbmap pt }
[exec] (Romanian) { setxkbmap ro }
[exec] (Russian) { setxkbmap ru }
[exec] (Serbian) { setxkbmap rs }
[exec] (Slovak) { setxkbmap sk }
[exec] (Slovenian) { setxkbmap si }
[exec] (Spanish) { setxkbmap es }
[exec] (Swedish) { setxkbmap se }
[exec] (Turkish) { setxkbmap tr }
[exec] (Ukrainian) { setxkbmap ua }
[end]
[exec] (Exit / Logout) { fblogout }
[end]