Skip to content

Converts CTRL+Click to double-click in editors

Notifications You must be signed in to change notification settings

legier/CtrlClick

 
 

Repository files navigation

CtrlClick

Converts CTRL+Click to double-click (aka select word) for any Scintilla-based editor (Notepad++, Powershell ISE, SciTE, and many more) or VS Code.

The goal is to be able to CTRL+Click to select a word, then without releasing CTRL you press C to copy, then click to select some other word, then press V to paste and then finally release CTRL. This workflow feels really good to use, so its a shame these editors don't support it natively.

The app has a tiny footprint and runs silently in the background monitoring for any CTRL+Click on a window that matches the filter. It prevents that click and provides its own behavior (double click with no CTRL held). For best efficiency, you should use the included powershell script (in the release) to add the app to your startup.

Buy Me a Coffee at ko-fi.com

About

Converts CTRL+Click to double-click in editors

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 82.6%
  • C 17.4%