Skip to content
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

Closed
BartWillems opened this issue Nov 9, 2017 · 4 comments
Closed

Unable to move workspaces on azerty keyboard layout #1460

BartWillems opened this issue Nov 9, 2017 · 4 comments

Comments

@BartWillems
Copy link

BartWillems commented Nov 9, 2017

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.

@nlescoua
Copy link

nlescoua commented Nov 9, 2017

Use the following configuration to circumvent the issue. Note that i3 (contrary to sway) support you specification ($mod+1 ....)

switch to workspace

bindsym $mod+ampersand workspace 1
bindsym $mod+eacute workspace 2
bindsym $mod+quotedbl workspace 3
bindsym $mod+apostrophe workspace 4
bindsym $mod+parenleft workspace 5
bindsym $mod+egrave workspace 6
bindsym $mod+minus workspace 7
bindsym $mod+underscore workspace 8
bindsym $mod+ccedilla workspace 9
bindsym $mod+agrave workspace 10

move focused container to workspace

bindsym $mod+Shift+ampersand move container to workspace 1
bindsym $mod+Shift+eacute move container to workspace 2
bindsym $mod+Shift+quotedbl move container to workspace 3
bindsym $mod+Shift+apostrophe move container to workspace 4
bindsym $mod+Shift+parenleft move container to workspace 5
bindsym $mod+Shift+egrave move container to workspace 6
bindsym $mod+Shift+minus move container to workspace 7
bindsym $mod+Shift+underscore move container to workspace 8
bindsym $mod+Shift+ccdedilla move container to workspace 9
bindsym $mod+Shift+agrave move container to workspace 10

@ddevault ddevault closed this as completed Nov 9, 2017
@Alphare
Copy link

Alphare commented Oct 30, 2018

bindsym $mod+Shift+ccdedilla move container to workspace 9

Note: it's ccedilla, like above, else sway will spit out and error.

@kwmbe
Copy link

kwmbe commented Sep 10, 2023

For any belgian azerty users:

bindsym $mod+ampersand workspace 1
bindsym $mod+eacute workspace 2
bindsym $mod+quotedbl workspace 3
bindsym $mod+apostrophe workspace 4
bindsym $mod+parenleft workspace 5
bindsym $mod+section workspace 6
bindsym $mod+egrave workspace 7
bindsym $mod+exclam workspace 8
bindsym $mod+ccedilla workspace 9
bindsym $mod+agrave workspace 10

@ringo32
Copy link

ringo32 commented Dec 15, 2023

much easer is like :
bindcode $mod+10 workspace number 1

you can use this code in azerty or qwerty much easier to switch this way :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

6 participants