gnome-shell/js/misc
Carlos Garnacho 642107a28f keyboardManager: Preserve current keymap across reloads
The IM can pretty much update the input sources anytime (even if
to set the same ones). That ends up triggering rebuilding all user
defined keymaps, and losing modifier state if we are unfortunate
enough that this caught us while pressing one.

One common situation seems to be password entries, resulting in
the wrong character being printed if the first character happens
to require the shift key.

If the current keymap is not found in the newly loaded list,
this._current will end up null, with the same behavior as we get
currently (immediate keymap reload).

https://bugzilla.redhat.com/show_bug.cgi?id=1569211

https://gitlab.gnome.org/GNOME/gnome-shell/issues/240

Closes: #240
2018-04-29 17:46:31 +02:00
..
config.js.in networkAgent: Pick up VPN service dir from pkg-config 2018-01-22 08:44:19 +01:00
extensionUtils.js cleanup: Use Function.prototype.bind() 2018-02-21 13:55:02 +00:00
fileUtils.js fileUtils: Remove listDirAsync() 2014-01-09 13:23:26 -05:00
gnomeSession.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
history.js cleanup: Use Function.prototype.bind() 2018-02-21 13:55:02 +00:00
ibusManager.js cleanup: Use Function.prototype.bind() 2018-02-21 13:55:02 +00:00
inputMethod.js inputMethod: Pass all key events through the current IM method 2018-03-15 16:09:38 +01:00
jsParse.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
keyboardManager.js keyboardManager: Preserve current keymap across reloads 2018-04-29 17:46:31 +02:00
loginManager.js cleanup: Use Function.prototype.bind() 2018-02-21 13:55:02 +00:00
meson.build networkAgent: Pick up VPN service dir from pkg-config 2018-01-22 08:44:19 +01:00
modemManager.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
objectManager.js cleanup: Use Function.prototype.bind() 2018-02-21 13:55:02 +00:00
params.js cleanup: Use method syntax 2018-02-21 13:54:58 +00:00
permissionStore.js weather: Follow GNOME Weather's location permissions 2017-03-20 19:13:20 +01:00
smartcardManager.js cleanup: Use Function.prototype.bind() 2018-02-21 13:55:02 +00:00
systemActions.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
util.js utils: Simplify URL regex to only support one layer of parentheses 2018-04-13 18:15:44 +00:00
weather.js cleanup: Use Function.prototype.bind() 2018-02-21 13:55:02 +00:00