You are not logged in.
Maybe it's a stupid question, but let's go: Is there a way to set a key (any) to behave as Backspace key BUT in opposite way ?? I mean Forwardspace . thanks, vladi
Offline
Try this. I'm assuming that your backspace keycode is 22. At any rate, below sets my backspace as a forward space on a Surface Pro6 running Linux Mint 19.3 XFCE:
xmodmap -e "keycode 22 = space"
Offline
@jakfish thanks, but almost there : the backspace key goes back and delete the strings, your command works but not delete it.
Offline
I don't believe there's an xmodmap command that can do two things with one key press. That kind of procedure would entail a script.
I suppose you take the command I showed and put in a second event to make the shift-backspace become a delete, then simple backspace press would be your forward press.
But you already have with a delete key and spacebar.
You have an intriguing idea, and I looked into it, but couldn't find any proof that it could be done.
Offline
@jakfish thanks for your reply, I asked that due to my curiosity, you don't need to waste time on that. thanks. vladi
Offline
[ Generated in 0.010 seconds, 7 queries executed - Memory usage: 522.53 KiB (Peak: 529.66 KiB) ]