gnome-shell/js/ui
Carlos Garnacho 622590179b keyboard: Use the right property to figure out modifiers set size
During development of the OSK updates, this._modifiers turned from an
array into a Set(), but this location missed switching from length()
to size() to get the cardinality of the contained values.

As a result, the OSK misbehaved and resorted for key event forwarding
for impossible keyvals, instead of handing them directly to the IM.

Fixes: https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/5766
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2445>
2022-08-23 18:37:11 +00:00
..
components
status status/system: Add screenshot item 2022-08-22 14:15:17 +00:00
accessDialog.js cleanup: Use deepUnpack() intead of deep_unpack() 2022-08-10 10:29:24 +00:00
altTab.js
animation.js
appDisplay.js Revert "appDisplay: Reduce drag overshoot timeout" 2022-08-22 15:41:34 -03:00
appFavorites.js
appMenu.js
audioDeviceSelection.js
background.js
backgroundMenu.js
barLevel.js
boxpointer.js
calendar.js calendar: Use connectObject on _sectionList 2022-08-18 07:55:20 +00:00
checkBox.js
closeDialog.js
ctrlAltTab.js
dash.js
dateMenu.js cleanup: Use deepUnpack() intead of deep_unpack() 2022-08-10 10:29:24 +00:00
dialog.js
dnd.js
edgeDragAction.js
endSessionDialog.js
environment.js build: Port to gcr4 2022-08-02 16:13:54 +00:00
extensionDownloader.js
extensionSystem.js
focusCaretTracker.js
grabHelper.js
ibusCandidatePopup.js
iconGrid.js iconGrid: Always call findBestModeForSize() 2022-08-10 15:16:36 +00:00
inhibitShortcutsDialog.js
init.js
kbdA11yDialog.js
keyboard.js keyboard: Use the right property to figure out modifiers set size 2022-08-23 18:37:11 +00:00
layout.js
lightbox.js
locatePointer.js
lookingGlass.js
magnifier.js
main.js
messageList.js
messageTray.js
modalDialog.js
mpris.js cleanup: Use deepUnpack() intead of deep_unpack() 2022-08-10 10:29:24 +00:00
notificationDaemon.js cleanup: Use deepUnpack() intead of deep_unpack() 2022-08-10 10:29:24 +00:00
osdMonitorLabeler.js cleanup: Use deepUnpack() intead of deep_unpack() 2022-08-10 10:29:24 +00:00
osdWindow.js
overview.js
overviewControls.js
padOsd.js
pageIndicators.js
panel.js panel: Remove aggregate menu 2022-08-10 16:37:15 +00:00
panelMenu.js
pointerA11yTimeout.js
pointerWatcher.js
popupMenu.js popupMenu: Close quick settings when activating settings action 2022-08-02 16:05:28 +00:00
quickSettings.js quickSettings: Fix slider accessibility 2022-08-18 23:00:12 +00:00
remoteSearch.js cleanup: Use deepUnpack() intead of deep_unpack() 2022-08-10 10:29:24 +00:00
ripples.js
runDialog.js
screenShield.js screenShield: Only wake up screen when active 2022-08-10 16:31:42 +00:00
screenshot.js screenshot: Allow some shortcuts on lock screen 2022-08-22 14:15:17 +00:00
scripting.js
search.js
searchController.js
sessionMode.js panel: Remove aggregate menu 2022-08-10 16:37:15 +00:00
shellDBus.js cleanup: Use deepUnpack() intead of deep_unpack() 2022-08-10 10:29:24 +00:00
shellEntry.js
shellMountOperation.js
slider.js
swipeTracker.js swipeTracker: Set up 1fg drag gesture in capture phase 2022-08-10 17:11:26 +00:00
switcherPopup.js
switchMonitor.js
unlockDialog.js
userWidget.js
welcomeDialog.js
windowAttentionHandler.js
windowManager.js
windowMenu.js
windowPreview.js
workspace.js workspace: Port WorkspaceBackground allocate to C 2022-08-03 12:30:31 +00:00
workspaceAnimation.js
workspacesView.js
workspaceSwitcherPopup.js
workspaceThumbnail.js
xdndHandler.js