-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Unable to move workspaces on azerty keyboard layout #1460
Comments
Use the following configuration to circumvent the issue. Note that i3 (contrary to sway) support you specification ($mod+1 ....) switch to workspacebindsym $mod+ampersand workspace 1 move focused container to workspacebindsym $mod+Shift+ampersand move container to workspace 1 |
Note: it's ccedilla, like above, else sway will spit out and error. |
For any belgian azerty users:
|
much easer is like : you can use this code in azerty or qwerty much easier to switch this way :-) |
Digging an old post, I was looking to get the name of ² (to switch to full screen) --EDIT-- |
Just with wev find your key code and use bindcide in i3/sway? |
Hi,
I'm unable to move anything to/from workspaces on azerty using these commands:
bindsym $mod+1 workspace $ws1
bindsym $mod+Shift+1 move container to workspace $ws1
I believe this is because I already have to hold shift in order to use the numbers on the top row of my keyboard.
The text was updated successfully, but these errors were encountered: