Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Sv translation
languageen

Hotkey Function Click to Dial

It is now possible to specify a hotkey in the mini client .EXE configuration, which works as follows:

  • the selected text in the foreground application is copied to the clipboard by injecting Ctrl+C to the currently active application
  • each line in the clipboard is treated as a separate phone number
  • all invalid characters are extracted
  • the longest number is used
  • this number is then passed to the mini client .EXE, which executes the script "shortcut.js".

The file shortcut.js can be modified as necessary. The default behaviour is as follows:

  • convert the number to E.164: numbers which begin with 00 - remove the 00, numbers which begin with 0 - remove the 0 and replace with the set country code
  • bring the application to the front (i.e. application has focus)
  • Click the button "Make Call" in the mini client window.
  • replace the phone number field with the extracted text
  • set the focus to the "Call" button

If the user wishes to make the call, simply pressing enter will start the call. This behaviour can be further modified in shortcut.js, for example, to also click the button.

The settings in the mini client configuration file which affect this behaviour are:

  • PhoneSelectShortcut - the key to use.
  • PhoneNumberClipboardDelay - the number of milliseconds to wait for applications to actually populate the clipboard
  • PhoneSelectCountryCode - the country code to be prepended to numbers that begin with a single 0

See also Mini Client Settings.

Hotkey Function - Extra Hotkeys

Up to four additional system-wide hotkeys can be registered.

When one of these hotkeys is clicked, the program searches for a javascript file associated with this hotkey. If found, the javascript is executed in the mini client.

This function can, for example, be used to associate a status change to function keys.

See also Mini Client Settings.

Sv translation
languagede

Hotkey-Funktion Click to Dial

Es ist jetzt möglich, einen Hotkey in der Mini-Client-.EXE-Konfiguration anzugeben, der wie folgt funktioniert:

  • der markierte Text in der Vordergrundapplikation wird in die Zwischenablage kopiert, indem Strg+C in die gerade aktive Applikation eingegeben wird
  • jede Zeile in der Zwischenablage wird als eine separate Telefonnummer behandelt
  • alle ungültigen Zeichen werden extrahiert
  • die längste Nummer wird verwendet
  • diese Nummer wird dann an den Mini-Client .EXE übergeben, der das Skript "shortcut.js". ausführt 

Die Datei shortcut.js kann bei Bedarf geändert werden. Das Standardverhalten ist wie folgt:

  • die Zahl in E.164 umwandeln: Zahlen, die mit 00 beginnen- die 00 entfernen, Zahlen, die mit 0 beginnen - die 0 entfernen und durch die eingestellte Ländervorwahl ersetzen
  • den Applikation nach vorne bringen (d.h. Applikation hat Fokus)
  • Klicken Sie im Mini-Client-Fenster auf die Schaltfläche "Anrufen".
  • das Telefonnummernfeld durch den extrahierten Text ersetzen
  • Setzen Sie den Fokus auf die Schaltfläche "Anrufen".

Wenn der Benutzer den Anruf tätigen möchte, genügt es, die Eingabetaste zu drücken, um den Anruf zu starten. Dieses Verhalten kann in shortcut.js weiter modifiziert werden, z.B. um auch auf die Schaltfläche zu klicken.

Die Einstellungen in der Mini-Client-Konfigurationsdatei, die dieses Verhalten beeinflussen, sind

  • PhoneSelectShortcut - die zu verwendende Taste.
  • PhoneNumberClipboardDelay - die Anzahl der Millisekunden, die gewartet werden muss, bis Anwendungen tatsächlich die Zwischenablage füllen
  • PhoneSelectCountryCode - die Ländervorwahl, die Nummern, die mit einer einzelnen 0 beginnen, vorangestellt wird

Siehe auch MiniClient Einstellungen.

Hotkey-Funktion - Zusätzliche Hotkeys

Bis zu vier zusätzliche systemweite Hotkeys können registriert werden.

Wenn auf einen dieser Hotkeys geklickt wird, sucht das Programm nach einer Javascript-Datei, die mit diesem Hotkey verknüpft ist. Wenn es gefunden wird, wird das Javascript im Mini-Client ausgeführt.

Diese Funktion kann z.B. dazu verwendet werden, Funktionstasten mit einer Statusänderung zu verknüpfen.

Siehe auch MiniClient Einstellungen.