Page 1 of 1

Shortcut to copy word under cursor

Posted: 11.02.2017 18:50
by Alexander-1379
Is it possible to copy word under cursor in a single hotkey, without needing to select it first?

Posted: 11.02.2017 19:21
by Alexey
Use plugin Macros: i made simple macro-

1- command "select words at carets"
2- command "copy to clipbd"
3- command "cancel carets", ie unselect

then set to marco, some hotkey, in Macros dialog. use Macros menu.

Posted: 11.02.2017 21:29
by kvichans
Plugin CudaExt has commands:
- plugin: CudaExt: Copy word or [expression] or 'expression' without selection
- plugin: CudaExt: Replace word or [expression] or 'expression' with clip
I use these commands with hotkeys Alt+Left and Alt+Right.

Posted: 12.02.2017 15:28
by Alexander-1379
Thank you for the answers.
I have Windows XP, what version of CudaText and Python should I have to have plugins working?

Posted: 12.02.2017 15:33
by Alexey
Cud- latest, but need to replace Py 3.5 files with Py 3.4 files
from version https://sourceforge.net/projects/cudate ... s/release/

*.dll
*.zip
DLLs dir

Posted: 12.02.2017 19:14
by Alexander-1379
Thank you. It worked.