The i3 FAQ has migrated to https://github.com/i3/i3/discussions. All content here is read-only.
Ask Your Question
0

mod+shift+4 doesn't work

asked 2013-03-15 17:10:05 +0000

joehillen gravatar image

updated 2013-03-15 18:31:55 +0000

I can't seem to move any windows to workspace #4.

mod+4 works and all the other mod+shift binds work.

Is there any way to figure out what application is stealing this keybind?

EDIT: some relevant pieces of my config

set $mod Mod4
bindsym $mod+4 workspace 4
bindsym $mod+Shift+4 move container to workspace 4
edit retag flag offensive close merge delete

Comments

Do you really have $mod+Shift+4 in your config? I think this cannot work because by pressing Shift, the 4 is exchanged by the special character lying on that key ($ on US layout keyboard). Maybe you try $mod+Shift+dollar (use xev to find out the symbolic names of keys).

mschaefer gravatar imagemschaefer ( 2013-03-17 12:27:46 +0000 )edit

Which version of i3 are you using? I remember that 3.* did not work for me either.

bruno.braga gravatar imagebruno.braga ( 2013-03-18 06:51:33 +0000 )edit

Please provide your entire config to rule out any human mistakes. I don’t know a way to find the culprit application aside of killing processes until nothing is left.

Michael gravatar imageMichael ( 2013-03-18 07:26:25 +0000 )edit

@mschaefer: If this was the case moving containers to all workspaces would have been inpossible, because Shift+1234 = !@#$, and he said that only 4 does not work, which means that probably some other program is stealing the keypress.

ppeev gravatar imageppeev ( 2013-03-23 22:07:03 +0000 )edit

2 answers

Sort by » oldest newest most voted
0

answered 2013-03-15 18:28:54 +0000

Rasi gravatar image

it would be helpful to see your config :)

edit flag offensive delete link more

Comments

What specifically would you like to see? It's not very far from the default.

joehillen gravatar imagejoehillen ( 2013-03-15 18:30:34 +0000 )edit
0

answered 2013-03-23 22:09:52 +0000

ppeev gravatar image

Try running xev in a terminal, see what keycode does 4 produce(it should be 13 on standard us keyboard) and put this line in your config:

bindcode $mod+Shift+13 move container to workspace 4

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2013-03-15 17:10:05 +0000

Seen: 433 times

Last updated: Mar 23 '13