keyboard: don't try to move windows out of the way of the keyboard
This code was never tested very well, and has several problems currently (windows creeping down and to the right, windows snapping to a different location after you move them). To be fixed in 3.4. https://bugzilla.gnome.org/show_bug.cgi?id=659643
This commit is contained in:
@ -492,11 +492,11 @@ Keyboard.prototype = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
SetCursorLocation: function(x, y, w, h) {
|
SetCursorLocation: function(x, y, w, h) {
|
||||||
this._setLocation(x, y);
|
// this._setLocation(x, y);
|
||||||
},
|
},
|
||||||
|
|
||||||
SetEntryLocation: function(x, y, w, h) {
|
SetEntryLocation: function(x, y, w, h) {
|
||||||
this._setLocation(x, y);
|
// this._setLocation(x, y);
|
||||||
},
|
},
|
||||||
|
|
||||||
get Name() {
|
get Name() {
|
||||||
|
Reference in New Issue
Block a user