You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When super+space is pressed, the application launcher (ilia) should be launched. However, nothing happens. In fact, any keyboard shortcut that contains space, such as super-shift-space (command) or super-alt-space (file search) does not launch. Other keyboard shortcuts that do not contain space work ok. I can even map something like super+x to ilia, and it launches ok. But super+space does nothing.
To Reproduce
Steps to reproduce the behavior:
Press super+space
Expected behavior
A clear and concise description of what you expected to happen:
The Ilia launcher should pop up.
Screenshots
If applicable, add screenshots to help explain your problem: NA (nothing happens)
Configuration file(s)
Please attach or mention any customization you've done to configuration files which might have an impact on the bug you are describing. It'll help us determine the root cause of your issue.
~/.config/regolith3/Xresources contains the following:
Regolith Install Stage: ("unstable", 'testing", "current-3_1", etc.): release-3_2-ubuntu-noble-amd64 noble main
Regolith Version: 3.2
Host OS: Linux Mint 22 Wilma (based on Ubuntu 24.04 Noble)
Additional context
I tried running ibus-setup and deleted the "Next input method" entry which contained super+space, and rebooted to see if it would fix the issue. However, that did not fix it. I have 2 input keyboard sources: en-us and in+san-kagapa enabled.
I also ran xev -event keyboard and this is the output when I press and release super+space:
KeyPress event, serial 28, synthetic NO, window 0x3e00001,
root 0x5de, subw 0x0, time 1311245, (204,296), root:(1168,325),
state 0x0, keycode 133 (keysym 0xffeb, Super_L), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
KeyPress event, serial 28, synthetic NO, window 0x3e00001,
root 0x5de, subw 0x0, time 1312388, (204,296), root:(1168,325),
state 0x40, keycode 65 (keysym 0xfe08, ISO_Next_Group), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
KeyRelease event, serial 28, synthetic NO, window 0x3e00001,
root 0x5de, subw 0x0, time 1312560, (204,296), root:(1168,325),
state 0x40, keycode 65 (keysym 0xfe08, ISO_Next_Group), same_screen YES,
XLookupString gives 0 bytes:
XFilterEvent returns: False
KeyRelease event, serial 28, synthetic NO, window 0x3e00001,
root 0x5de, subw 0x0, time 1314901, (204,296), root:(1168,325),
state 0x40, keycode 133 (keysym 0xffeb, Super_L), same_screen YES,
XLookupString gives 0 bytes:
XFilterEvent returns: False
The text was updated successfully, but these errors were encountered:
Describe the bug
When super+space is pressed, the application launcher (ilia) should be launched. However, nothing happens. In fact, any keyboard shortcut that contains space, such as super-shift-space (command) or super-alt-space (file search) does not launch. Other keyboard shortcuts that do not contain space work ok. I can even map something like super+x to ilia, and it launches ok. But super+space does nothing.
To Reproduce
Steps to reproduce the behavior:
Press super+space
Expected behavior
A clear and concise description of what you expected to happen:
The Ilia launcher should pop up.
Screenshots
If applicable, add screenshots to help explain your problem: NA (nothing happens)
Configuration file(s)
Please attach or mention any customization you've done to configuration files which might have an impact on the bug you are describing. It'll help us determine the root cause of your issue.
~/.config/regolith3/Xresources contains the following:
No other config files were changed.
Installation Details
Additional context
I tried running ibus-setup and deleted the "Next input method" entry which contained super+space, and rebooted to see if it would fix the issue. However, that did not fix it. I have 2 input keyboard sources: en-us and in+san-kagapa enabled.
I also ran
xev -event keyboard
and this is the output when I press and release super+space:The text was updated successfully, but these errors were encountered: