Skip to content

Backend Goodies

Reinier Johnson edited this page May 22, 2022 · 2 revisions

As Ctrl-V++ is completely and entirely open-source under the MIT license, the code should be understood by the users. Transparency is key in an open-source project, so below is a simple guide to how the code works.

  1. Import all the libraries Many libraries are needed to process information, make commands, and control the keyboard for pasting operations.

  2. Define basic functions

Clone this wiki locally