Page 1 of 1

plugin "Double-Shift" (like IntelliJ IDEA Search Everywhere)

Posted: 30.11.2025 16:23
by dimon40001
New plugin:

Map "double-Shift", "double-Ctrl" hotkeys to any CudaText command.

https://github.com/dimon40001/foss-cuda ... oubleshift

List of all command ids can be received by running command in console:

Code: Select all

app_proc(PROC_GET_COMMANDS, "")

Re: plugin "Double-Shift" (like IntelliJ IDEA Search Everywhere)

Posted: 30.11.2025 16:27
by main Alexey
Thanks, I will run & test.
good small plugin.

Added few 'issues' at the Github, pls see.

Re: plugin "Double-Shift" (like IntelliJ IDEA Search Everywhere)

Posted: 03.12.2025 08:42
by main Alexey
Published in the Addons-Manager, thanks for your work!

- from 3 GitHub branches, I chose the branch which handles on_key+on_key_up (please make it the main branch)
- changed default delay 200 to 400, with 200 it did not work here
- changed install-folder to 'cuda_double_shift' because folder name was not valid Python module name
- copied to https://github.com/CudaText-addons/cuda_double_shift