-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keyboard shortcuts not working #59
Comments
Thanks for trying out this wm! It should work out of the box (no extra packages needed).
|
What linux distrobution are you using to develop? |
@arcolinuxz I developed it on gentoo and arch linux. These two distributions should work. Edit: I'm currently running arch linux (I don't use gentoo anymore) |
Also installed it on VMWare (host: macOS, guest: Arch linux) and the keybindings work. |
do you mind sending a package list? |
Sure!
|
Hi there, @arcolinuxz is there any update regarding this issue? |
I tried again this morning. The code we are using is here : The version of wmderland we are using is this one It seems that I can kill a window just fine if I launch I have stopped the development of this desktop until we have figured this out. |
Tried to overcome my keybinding issue today. |
@arcolinuxz I'm so glad that it's resolved! Yes, wmderland provides logging support. To use it, we need a "DEBUG" build:
At this point, we can restart wmderland and then it should start writing logs into /tmp. I think the config parser should log some error messages when it encounters errors. Here's a simple example to log something in wmderland: WM_LOG(INFO, "keycode: " << keycode); |
I am still trying to find a solution to my problem. I think you were under the impression it was solved... It is not... |
I have created a few of my missing keybindings killing an application I have bypassed the config from wmderland It feels somehow not normal. Next challenge is moving to workspaces or moving an app to a workspace I tried to explain all of this in a hidden video |
Thank you for the detailed video! I see you're running it within virtualbox, can you please export the VM as an .ova file and upload it? Thanks! |
So currently $Mod+Return is working, but $Mod+Shift+Return isn't? Both are working. Via sxhkd. Not via config of wmderland. Now I need to be able to move to workspaces or move applications to workspaces I might have someone who can help me... I might get his code. If there is no solution I will export an .ova file. |
I'm having the same issue, I'm on Artix (Arch without systemd) and using the wmderland-git package from the AUR.
Setting $Mod to Mod1 instead of Mod4 doesn't change anything, none of the shortcuts work. |
I will make a seperate post about the keybindings that are still open. |
Os: ArcoLinux (based on Arch Linux)
package in use : https://aur.archlinux.org/packages/wmderland-git 1.0.4-2
Rebuild it also from the github.
Issue : none of the keyboard shortcuts are working
Is there a package we need to install to make the wmderland keybindings work?
The text was updated successfully, but these errors were encountered: