again, thanks a lot.
Am 22.05.2013 14:36, schrieb Florian Müllner:
On Wed, May 22, 2013 at 2:06 PM, Clemens wrote:
If I got it wright, it's enough to check if Main.wm.addKeybinding exist and
and otherwise use the 3.6.x version
Yes.
Only thing that's still unclear for me is what Meta.KeyBin
On Wed, May 22, 2013 at 2:06 PM, Clemens wrote:
> If I got it wright, it's enough to check if Main.wm.addKeybinding exist and
> and otherwise use the 3.6.x version
Yes.
> Only thing that's still unclear for me is what Meta.KeyBindingFlags and
> Shell.KeyBindingMode do. I can not find real infor
Thanks for clarifyfication Florian.
If I got it wright, it's enough to check if Main.wm.addKeybinding exist and
and otherwise use the 3.6.x version e.g.
if (Main.wm.addKeybinding) { // 3.8
Main.wm.addKeybinding(key,
this._utils.getSettingsObject(), Meta.KeyBindingFlags.
On Wed, May 22, 2013 at 1:15 PM, Clemens wrote:
> global.display.add_keybinding is no longer availabe in 3.8.
That is wrong, the function still exists and is unchanged with regard
to previous versions. The issue here is that it is no longer
enough[0], you are also expected to specify when the key
forgot the include gnome-shell-list...
hi,
global.display.add_keybinding is no longer availabe in 3.8. Here is the
code i use the add/remove
binding. (this_utils is a helper class to access the settings)
_addKeyBinding: function(key, handler) {
this._bindings.push(key);
if (Main.w
On Wed, May 22, 2013 at 1:44 PM, Emmanuele Bassi wrote:
> On Wednesday, 22 May 2013, Onyeibo Oku wrote:
>>
>> Just migrated to GS 3.8 on Fedora 19 (beta)
>>
>> Its shocking that I cant see activities happening behind overlapping
>> gnome-terminal windows as before. Why was this feature removed?
Hi Folks,
I haven't been following GS development much lately, so please forgive
me if this has been discussed already (I searched but couldn't find
anything, so pointers would be good).
I'm the author of shellshape[1][2], and multiple users are telling me
that keyboard shortcuts are broken[3] in
Hi;
I know that this list is considered by somebody like a catch-all list for
GNOME development, and that the Shell seems to be the place where every
complaint about GNOME should be directed; but please: the removal of this
*application* feature has nothing to do with the Shell, so there is no
poi