bhuztez
82bd3efc73
windowsNavigator: do nothing when viewtab is not active
...
The keybindings should only kick-in when the "windows" tab is active,
otherwise it is confusing and could conflict with other combinations.
2012-03-03 02:11:25 +01:00
Giovanni Campagna
8bc650ae19
windowsNavigator: improve the appearance of tooltips
...
Based on a patch by Simon Friis Vindum <simonfv@mail.com >
2012-02-06 21:18:39 +01:00
Giovanni Campagna
037a65c3d1
windowsNavigator: allows input from the keypad
...
Based on a patch by Simon Friis Vindum <simonfv@mail.com >
2012-02-06 16:42:34 +01:00
Giovanni Campagna
6442791482
windowsNavigator: fix switching with azerty keyboards
...
Some keyboard layouts (in particular, azerty / french) require
pressing shift to obtain numerals. Therefore we should not cancel
the switch when shift is pressed.
Also, we should accept indifferently left or right modifiers.
2011-12-01 17:05:29 +01:00
Giovanni Campagna
23ecaf9b84
windowsNavigator: fix a bunch of typos related to disable
...
Same as native-window-placement (code was copy-pasted).
2011-08-22 22:52:10 +02:00
Giovanni Campagna
61e62987fb
windowsNavigator: port to new extension API
...
main() has been replaced by init(), enable() and disable()
2011-08-18 16:22:47 +02:00
Giovanni Campagna
fa4ac23a4d
windowNavigator: fix workspace switching
...
Apparently, clutter_event_get_key_unicode() is not reliable for
numeric keys, and fails above 2. Let's use clutter_event_get_key_symbol()
and fix it.
2011-08-01 17:25:24 +02:00
Maxim Ermilov
0ecccc7868
windowsNavigator: correct restore focus
...
previously it conflict with runDialog
2011-03-26 18:48:26 +03:00
Maxim Ermilov
e0f27e9496
windowsNavigator: fix work with 2.91.92 on multimonitor
2011-03-26 18:48:22 +03:00
Maxim Ermilov
3825069e52
windowsNavigator: support current gnome-shell
...
workspace._getVisibleClones was removed.
2011-03-13 00:47:10 +03:00
Maxim Ermilov
1f2b0d0ec5
windowsNavigator: Allow keyboard selection of windows and workspaces in overlay mode
...
Bind alt-[1,2,3..9] "switch window on current workspace"
Bind ctrl-[1,2,3..9] switch workspace
https://bugzilla.gnome.org/show_bug.cgi?id=601393
2011-01-19 00:47:26 +03:00