aziz / PlainTasks

An opinionated todo-list plugin for Sublime Text editor (version 2 and 3)
MIT License
3.29k stars 286 forks source link

Broken for Windows 11 / Sublime Text 4? Hotkeys not working #435

Closed selvex closed 1 month ago

selvex commented 1 year ago

Hi, huge fan of the package. Have been using it daily for years.

Sadly, my PC broke and today I reinstalled Sublime Text - apparently we are at version 4 now, while I was stuck at 3 for a while.

Downloaded PlainTasks and no shortcuts are working. CTRL + Enter doesn't create new tasks, CTRL+D doesn't finish them (it triggers Sublime Text default hotkey which is "select current word")

Not sure if I am doing something wrong or if it's a general problem. Would love some insight since this tool is an integral part of my daily work and it would be a shame to replace it.

m3taphysics commented 1 month ago

I have the same issue in windows 10, Build 4169

vovkkk commented 1 month ago

Works for me.

For you, it is probably conflict with another package, or may be just a glitch. First, try to restart ST, or re-open file, or create a new tasks document via command palette. Second, to check any conflicts; you can see which commands are triggered by the key strokes: open console Ctrl+`, type sublime.log_commands(True).