SublimeText / PackageDev

Tools to ease the creation of snippets, syntax definitions, etc. for Sublime Text.
MIT License
436 stars 83 forks source link

Cannot insert a `^` character #141

Closed rwols closed 7 years ago

rwols commented 7 years ago

I cannot seem to insert a ^ character inside of a comment in a syntax test file anymore. When turning on key logging and command logging, the console reads:

chr evt: ^ (0x5e)
command: packagedev_suggest_syntax_test
rwols commented 7 years ago

I'm on OS X 10.12, build 3142 if it helps.

FichteFoll commented 7 years ago

All I can say so far is that it works for me and a couple other users (as mentioned on the Discord).

keith-hall commented 7 years ago

Do you perhaps have an override @rwols?

rwols commented 7 years ago

I've upgraded from 3142 to 3144 and the issue seems to be gone! No idea what caused it :(