I used dconf-editor to map caps lock to backspace, which works fine.
i.e. ['caps:backspace']
But I'd like to map caps lock to ctrl_backspace, so that it deletes the whole word when pressed.
Is this possible?
I tried ['caps:ctrl_backspace'] but it doesn't work.