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

2018-10-03 Thread Gianluigi
d I > want that to be done through a code to check Keyboard layout and change it > if needed or keep it if no need to change it > thanks in advance to everyone trying to help > > > > ------------ > On Tue, 10/2/18, T Lee Davidson wrot

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

2018-10-02 Thread Wael M via Gambas-user
t to be done through a code to check Keyboard layout and change it if needed or keep it if no need to change it thanks in advance to everyone trying to help On Tue, 10/2/18, T Lee Davidson wrote: Subject: Re: [Gambas-user] How to Change Keyboar

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

2018-10-02 Thread T Lee Davidson
t >> >> 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? >> >> --

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

2018-10-02 Thread Charlie Ogier
er 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 wrote: Subject: Re: [Gambas-user] How to Change Keyboard Layout To: gambas-user@lists.sourc

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

2018-10-01 Thread Wael M via Gambas-user
T Lee Davidson wrote: Subject: Re: [Gambas-user] How to Change Keyboard Layout To: gambas-user@lists.sourceforge.net Date: Monday, October 1, 2018, 9:45 PM Perhaps Desktop.SendKeys ? ___ Lee On 10/1/18 12:42 PM, WAEL via Gambas-user wrote: > Hello > I'm trying to chan

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

2018-10-01 Thread T Lee Davidson
Perhaps Desktop.SendKeys ? ___ Lee On 10/1/18 12:42 PM, WAEL via Gambas-user wrote: > Hello > I'm trying to change system keyboard layout by pressing a key > I can't find the right code for doing so > please help > I usually press Alt+Shift to change keyboard from English to Arabic and vice > ve

[Gambas-user] How to Change Keyboard Layout

2018-10-01 Thread WAEL via Gambas-user
Hello I'm trying to change system keyboard layout by pressing a key I can't find the right code for doing so please help I usually press Alt+Shift to change keyboard from English to Arabic and vice versa, but I need to program it to a button in my project I tried: system.language ="ar-EG" but it