You are not logged in.
A recent update (can't say exactly) seems to have changed some keybinds work.
For example, in gnome console, the tilde (~) key persists on screen when using Slovenian keyboard, but seems to work fine with US keyboard.
See video of it happening here: https://imgur.com/5N9nZgt
Similarly, I believe some update must have broken the Ctrl-Alt-L shortcut (used in JetBrains products to format code) as it now resizes the windows, first from maximized to windowed (about 80% of the previous size), then reducing by another few % each time it is pressed.
See video of it happening here: https://imgur.com/dD0BCAL
The latter appears to happen regardless of keyboard setting (it also shrinks gnome console).
As part of debugging I've also run the following, none of which seem to have any connection to the Ctrl-Alt-L combination:
set | grep -E 'XMODIFIERS|GTK_IM_MODULE|QT_IM_MODULE';setxkbmap -query
QT_IM_MODULE=ibus
XMODIFIERS='@im=ibus'
rules: evdev
model: pc105
layout: si,kr,ru,us
variant: ,,phonetic,
options: lv3:ralt_switch,compose:capsgsettings list-recursively org.gnome.desktop.wm.keybindings | grep "'<Control><Alt>"
org.gnome.desktop.wm.keybindings cycle-panels ['<Control><Alt>Escape']
org.gnome.desktop.wm.keybindings switch-panels ['<Control><Alt>Tab']
org.gnome.desktop.wm.keybindings switch-to-workspace-down ['<Control><Alt>Down']
org.gnome.desktop.wm.keybindings switch-to-workspace-left ['<Super>Page_Up', '<Super><Alt>Left', '<Control><Alt>Left']
org.gnome.desktop.wm.keybindings switch-to-workspace-right ['<Super>Page_Down', '<Super><Alt>Right', '<Control><Alt>Right']
org.gnome.desktop.wm.keybindings switch-to-workspace-up ['<Control><Alt>Up']Last edited by tofiffe (2024-01-23 07:43:58)
Offline