Re: [Gambas-user] How to Change Keyboard Layout

2018-10-02 Thread Wael M via Gambas-user
* > **For Each sLine In sKBFile** > **  If sLine Begins "XKBLAYOUT" Then **Print sLine** > **Next** > ** > End > * > Output using a UK (gb = Great Britain) keyboard is: - > > *XKBLAYOUT="gb" > > *Charlie* > * > > > On 01/10/18

Re: [Gambas-user] How to Change Keyboard Layout

2018-10-01 Thread Wael M via Gambas-user
thank you very much Lee you solved it I used: Desktop.SendKeys("[Alt_L] + [Shift_L]") so another problem appeared, I need to detect if language is Arabic or English I can't find a solution for that Can you help me? On Mon, 10/1/18, T Lee Davidson