Sublime Forum

[BUG] Backspace not working!

#1

Hello,

My backspace key is not workin, even though I create a new file and then edit it, it work fine,but.
When I copy the text or download the file from FTP, my backspace key is not working, EVEN if I edit the keybindings its not working.
I have tried removing the data folder but I get same results.

CTRL + Backspace = working
SHIFT + CTRL + Backspace = working
SHIFT + Backspace = not working
Backspace = not working

How to solve this??

============================
Linux OS Lubuntu LXDE 12.04 LTS

0 Likes

#2

HELP!!!

0 Likes

#3

Open the console and type:

sublime.log_input(True) sublime.log_commands(True)
This enable log output in the console.
Try again a working and non working example and compare the output.

0 Likes