gnome-shell/js/misc
Carlos Garnacho 374caade47 inputMethod: Handle IBusInputContext::forward-key-press
The input method may hint that certain keycodes should be pressed/released
besides the textual information in ::commit. An example is hitting space
in some IMs to commit text, where both ::commit happens, and an space is
visibly inserted. In order to handle this properly, we must honor
::forward-key-press.

In order to cater for the case that a keypress is forwarded while handling
that same keypress in a physical keyboard, check the current event being
handled and just forward it as-is if it matches. This is necessary to
prevent state from being doubly set, and the second event silenced away.

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

Closes: #275
2018-07-17 23:27:24 +00: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 keyboard: Implement standalone FocusTracker 2018-07-11 18:32:32 +02:00
inputMethod.js inputMethod: Handle IBusInputContext::forward-key-press 2018-07-17 23:27:24 +00:00
jsParse.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
keyboardManager.js keyboardManager: take group index into account when preserving keymap 2018-05-08 17:54:37 +00:00
loginManager.js loginManager: Get the session ID from logind if XDG_SESSION_ID unset 2018-07-17 17:44:18 +02: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