Binding backspace unsuccessful [closed]

asked 2014-06-13 11:08:26 +0000

phairland gravatar image

updated 2014-06-13 11:16:02 +0000

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.

edit retag flag offensive reopen merge delete

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 ( 2014-06-13 22:00:48 +0000 )edit