Phoebus Dokos writes:

>>Wolfgang Uhlig wrote:
>> > As far as I know there are only three keyboard layouts which you can
>> choose by typing
>> > "kbd_table countrycode"
>> > for example: kbd_table 49 is German, 44 English and 33 French
>>
>>There's a separate table for the US. One can btw also specify a
>>string, like 'd' for German, 'uk' for the UK etc.
>>
>>Marcel
>>
>
>So there's no hotkey transparent switching? VERY annoying :-(

Whats the big deal? Write your own!

kbdbtn_bas:

10 JOB_NAME 'KBDBTN'
100 IF BUTTON_SELECT("English"): KBD_TABLE 49: REMark Default
110 REPeat
130 IF BUTTON_SELECT("German "): KBD_TABLE 1: BEEP 2,2
140 IF BUTTON_SELECT("  US   "): KBD_TABLE 44: BEEP 2,2
145 IF BUTTON_SELECT("English"): KBD_TABLE 49: BEEP 2,2
150 END REPeat

Invoke with EX kbdbtn_bas

I dont have the documentation for BUTTON_SELECT (part of Qmenu?) so this is
the best I could come up with in 10 minutes.

Per






Reply via email to