Closed ExperiBass closed 2 years ago
Should not happen if the said keycombo is a keybind. If it is not, then yes, that's how keyboards work.
Will investigate once I get back home.
Also yeah I have to change that line saying to paste into pastebin, just attach the log file lol.
said keycombo is a keybind, it alternates between horizontal and vertical stacking.
oh that's weird then, I'll see when I get back home
some possible keybind issues have been fixed in 1667180ac3554cdeaf00ac2cd0f3ad37e64bce30, check if this still occurs
I've been having the same issue, but I found a workaround. I changed the keybind from:
bind=SUPER,Q,exec,kitty
to:
bind=ALT,Q,exec,kitty
That somehow managed to fix the issue with launching kitty. (In short, using SUPER in keybindings doesn't work)
Nevermind, I somehow fixed the issue (probably by killing sxhkd
)
killing a separate keybind daemon should probably be a good idea.
Ok so good news and bad news
Good news: it works, I can use supershift now :D
Bad news: It also seems to have blocked keyboard input? I can use keybinding just fine, but I can't actually type anything. I also can't switch workspaces or move windows to a different workspace.
make sure you didn't toggle scroll lock, or num lock or other of those
workspaces or move windows to a different workspace.
yes I am an idiot fixed that one
make sure you didn't toggle scroll lock, or num lock or other of those
I'm 90% sure they're off, I don't have those keys
then come once again, what's the issue right now? You can't type in a window, e.g. a terminal?
It looks like your workspace change fixed whatever was causing it, i can type just fine now. Original issue wasn't fixed though, SUPER+V still inputs v
into vscode.
output of xmodmap -pk | grep "V"
?
55 0x0076 (v) 0x0056 (V) 0x0076 (v) 0x0056 (V)
is 0x56 the correct keysym when you try xev
? if not, your keyboard layout is haunted and you have to use the keysyms instead of letters.
keysym is 0x76, time to call the ghostbusters
use the keysym manually then. Remember to convert the hex to dec when inputting in the config.
yeah that works, thanks :D
Please describe the bug When using a key combo such as SUPER+V, text is input into the active window (if it allows for text input), but only if said keycombo doesn't switch workspaces.
Steps to reproduce:
Expected behavior No text is input.
Screenshots My screen recorder has decided not to work.
Log: Please attach a log. (paste it into pastebin and paste here the url) The log can be found in a temp file located in /tmp/hypr/hypr.log. Too large to be put into pastebin