From 8f198362dea2e8f882c2e0ff4377d1a4eaaa0b32 Mon Sep 17 00:00:00 2001 From: krjan02 Date: Tue, 14 Oct 2025 18:20:04 +0200 Subject: [PATCH] Added README --- README.md | 99 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..58b6986 --- /dev/null +++ b/README.md @@ -0,0 +1,99 @@ +# 📞 Click-to-Call Tray + +## English / Englisch + +### Project Description + +**Click-to-Call Tray** is a lightweight Windows utility designed to streamline the process of initiating phone calls from any application. It runs silently in the system tray and monitors for a configurable global hotkey (default **F11**). + +When the hotkey is pressed, the utility automatically copies the selected text (simulating `Ctrl+C`), validates it as a phone number, cleans it up, and attempts to launch your default VoIP application (like Skype, Teams, or a softphone) using the standard `tel:` URI protocol. + +### Features + +* **Global Hotkey:** Works across all Windows applications. + +* **Configurable Hotkey:** Easily change the trigger key (F1-F12) via the tray icon menu. + +* **Clipboard Integration:** Automatically copies selected text upon hotkey press. + +* **Simple Setup:** Configuration is saved to a local `Click-to-Call-Tray.ini` file. + +* **Non-Intrusive:** Runs minimized in the system tray. + +### How to Use + +The application is designed for instant use: + +1. **Download:** Get the latest `Click-to-Call-Tray.exe` from the \[Releases\] section. + +2. **Run:** Simply execute the `.exe` file. It will appear in your system tray. + +3. **Call:** + + * Highlight a phone number in any document, browser, or CRM. + + * Press the configured hotkey (default is **F11**). + + * Your default calling application will open and attempt to dial the number. + +### Hotkey Configuration + +To change the hotkey: + +1. Right-click the **Click-to-Call Tray** icon in the system tray. + +2. Navigate to the **Set Hotkey** submenu. + +3. Select your desired F-key (**F1** through **F12**). + +The new setting will be saved immediately to `Click-to-Call-Tray.ini` next to the executable. + +--- + +## German / Deutsch + +### Projektbeschreibung + +**Click-to-Call Tray** ist ein leichtgewichtiges Windows-Dienstprogramm, das den Prozess der Initiierung von Telefonanrufen aus jeder beliebigen Anwendung heraus vereinfacht. Es läuft unauffällig in der Taskleiste und überwacht einen konfigurierbaren globalen Hotkey (Standard: **F11**). + +Wenn der Hotkey gedrückt wird, kopiert das Dienstprogramm automatisch den ausgewählten Text (simuliert `Strg+C`), validiert ihn als Telefonnummer, bereinigt ihn und versucht, Ihre Standard-VoIP-Anwendung (wie Skype, Teams oder ein Softphone) über das Standard-URI-Protokoll `tel:` zu starten. + +### Funktionen + +* **Globaler Hotkey:** Funktioniert in allen Windows-Anwendungen. + +* **Konfigurierbarer Hotkey:** Die Auslösetaste (F1-F12) kann einfach über das Taskleistenmenü geändert werden. + +* **Zwischenablage-Integration:** Kopiert den ausgewählten Text automatisch beim Drücken der Hotkey-Taste. + +* **Einfache Einrichtung:** Die Konfiguration wird in einer lokalen Datei namens `Click-to-Call-Tray.ini` gespeichert. + +* **Nicht aufdringlich:** Läuft minimiert in der Taskleiste. + +### Nutzung + +Die Anwendung ist für die sofortige Verwendung konzipiert: + +1. **Herunterladen:** Laden Sie die neueste `Click-to-Call-Tray.exe` aus dem \[Releases\]-Bereich herunter. + +2. **Starten:** Führen Sie einfach die `.exe`-Datei aus. Das Symbol wird in Ihrer Taskleiste angezeigt. + +3. **Anrufen:** + + * Markieren Sie eine Telefonnummer in einem beliebigen Dokument, Browser oder CRM. + + * Drücken Sie den konfigurierten Hotkey (Standard ist **F11**). + + * Ihre Standard-Anrufanwendung wird geöffnet und versucht, die Nummer zu wählen. + +### Hotkey-Konfiguration + +So ändern Sie den Hotkey: + +1. Klicken Sie mit der rechten Maustaste auf das **Click-to-Call Tray**-Symbol in der Taskleiste. + +2. Navigieren Sie zum Untermenü **Set Hotkey** (**Hotkey festlegen**). + +3. Wählen Sie die gewünschte F-Taste (**F1** bis **F12**). + +Die neue Einstellung wird sofort in der Datei `Click-to-Call-Tray.ini` neben der ausführbaren Datei gespeichert \ No newline at end of file