Re: Get current key modifiers

2013-04-10 Thread Vadim
Thanks, man! This works perfectly! Vadim. On 03/29/2013 03:23 PM, Rui Tiago Cação Matos wrote: > On 29 March 2013 19:47, Vadim wrote: >> It seems as an easy question, but cannot find the answer: how do you get >> in Gjs (writing an extension) all the currently pressed/set key >> modifiers (such

Re: Get current key modifiers

2013-03-29 Thread Rui Tiago Cação Matos
On 29 March 2013 19:47, Vadim wrote: > It seems as an easy question, but cannot find the answer: how do you get > in Gjs (writing an extension) all the currently pressed/set key > modifiers (such as Ctrl, Shift keys and/or Caps-Lock etc.)? I know how > you get this in an event, but need to get it

Get current key modifiers

2013-03-29 Thread Vadim
Hi everyone, It seems as an easy question, but cannot find the answer: how do you get in Gjs (writing an extension) all the currently pressed/set key modifiers (such as Ctrl, Shift keys and/or Caps-Lock etc.)? I know how you get this in an event, but need to get it just in a method. Also, would b