FichteFoll / InsertDate

Sublime Text Plugin that provides a configurable command and popup for inserting the current date and time (with specific format)
MIT License
124 stars 18 forks source link

F5 .. ctrl-F5 any keybindings from InsertDate stopped working under KDE in Sublime either 4121 or 4126 #39

Open succeedmr123 opened 2 years ago

succeedmr123 commented 2 years ago

Dear,

there seems to be a difficulty running InsertDate in Sublime recently - no key binding works either on KDE graphic environment in Ubuntu 22.04

Tested on two machines, having KDE as their GUI, two sublime builds, same problem:

F5 brings zero response from InsertDate. also other default keybinds for InsertDate.

Aside from that problem, the "usual" shortcuts in sublime e.g. ctrl-F for search - function normally.

Anyone having the same experiences and what is the way to inspect it further?

Thanks

System versions etc:

Machine1: Ubuntu Studio 22.04 KDE Plasma 5.24.x KDE framework: 5.94.x QT: 5.15.x

Machine 2: 22.04 5.24.x 5.92.x 5.15.x

obviously subversions does not matter

both on X11

FichteFoll commented 2 years ago

InsertDate didn't change anything (it wasn't updated in 6 years), so it's highly unlikely to be the cause here. However, we can still try to troubleshoot the situation.

First, when you insert sublime.log_input(); sublime.log_commands() in the console (View → Show Console), do you receive any output after pressing f5 and the other bindings? If no, something external (e.g. KDE itself or some of its services) is grabbing your keys and ST isn't even receiving them. If yes but there is no mention of "insert_date", you likely installed a different package that also uses these bindings but takes priority.