Binding backspace unsuccessful [closed]

asked Jun 13 '14

phairland gravatar image

updated Jun 13 '14

Physical problem with Delete key, so trying to bind control backspace to delete, so I tried both lines unsuccessfully:

bindsym control+BackSpace exec xdotool keyup control && sleep 0.1 && xdotool key Delete
bindcode control+135 exec xdotool keyup control && sleep 0.1 && xdotool key Delete

They don't seem to work.

However, when I tried binding backspace with $mod, it actually works deleting characters to the right. Then I tried control+a and this works. So the combination of control and backspace does not work.

Closed for the following reason the question is answered, right answer was accepted by phairland
close date 2014-06-13 22:01:05.311736

Comments

I found the problem, same keybinding from another program.

phairland gravatar imagephairland (Jun 13 '14)edit