InsertDate icon indicating copy to clipboard operation
InsertDate copied to clipboard

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

Open succeedmr123 opened this issue 2 years ago • 1 comments

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

succeedmr123 avatar May 21 '22 13:05 succeedmr123

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.

FichteFoll avatar Jun 13 '22 23:06 FichteFoll