sublime text 3 ctrl backspace doesn't work
Asked Answered
Y

1

8

sublime text 3 Ctrl+Backspace doesn't work my sublime keymap like this but but still does not work

{ "keys": ["ctrl+backspace"], "command": "delete_word", "args": { "forward": false } },
Yoshi answered 9/6, 2013 at 6:34 Comment(4)
Your question is very unclear. Please take your time to explain the problem.Goddaughter
Please include your platform as well in the question.Nuristan
I'm on 64bit ubuntu 10.04 and it doesn't work.Luwian
Same here - I'm on Ubuntu 14.04, 64bitDryclean
F
1

if it dosen't work for you, you can still make your own shorcut : go to preferences>KeyBendings User and define your own : for example

[
{ "keys": ["f1"], "command": "delete_word", "args": { "forward": false } }
]
Fumigator answered 4/12, 2013 at 0:49 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.