/ctrlcfb

A small Java app to give feedback whenever CTRL + C was pressed.

Primary LanguageJava

CTRL + C Feedback

This small app gives users a feedback when ever CTRL + C was pressed
and displays Copied! right above the mouse cursor.

screeeny

Requirements

  • Java 21

Installation

  • Download the latest release
    • or compile the app yourself using maven
  • Extract the archive to a permanent location
    • if you compiled yourself, move the start-ctrlcfb.bat / start-ctrlcfb.sh the the compiled jar file

Running (manually)

  • Start the app by running the start-ctrlcfb.bat / start-ctrlcfb.sh
    • it is possible that the name in the start script does not match the .jar file, in that case, adjust the filename inside the start script

Running when Windows starts

Running when Linux starts

  • Not yet sure how you could add it to startup.
    • Let me know if you have an idea.