Video Tutorials
1. How to launch menu items that have no hotkeys associated with them in different programs
![]()
2. Replacement of key combinations with other key combinations
![]()
An example of a key combination replacement: Ctrl + Insert (Copy), Shift + Insert (Paste), Shift + Delete (Cut) and Alt + Backspace (Undo) combinations in the old Borland Turbo C++ (DOS) application are replaced by the standard Ctrl + C, Ctrl + V, Ctrl + X and Ctrl + Z combinations. The new combinations are also shown in a popup menu when Ctrl+"Right mouse button" is pressed and can be added to an exception allowing these replacements to work in a specified application only.
| (size 3,5 MB) |
3. Pasting user-defined formatted text (RTF) into MS Word or other text editors
![]()
The example shows the process of pasting formatted RTF text containing the current date into an MS Word 2007 document. It also shows how a selected text fragment is replaced with the same text in brackets.
| (size 4,7 MB) |
4. Opening a selected text fragment in the Internet browser
![]()
The example shows the result of the "Open web page" action in combination with the %km_seltext (selected text) template.
| (size 5,5 MB) |
5. Emulation of a double click of the left mouse button
![]()
The example shows how a double click of the left mouse button is assigned to F1 and F2 with a 600 ms delay.
| (size 1,7 MB) |
6. Recording and pasting a typed text fragment (macro)
![]()
This example shows the process of recording a text macro (logging and pasting the typed text) and its assignment to the Win+5 combination.
| (size 1,8 MB) |
7. Pasting text from the clipboard into applications that do not support the clipboard
![]()
The "Type Text" action using the %km_cbtext template is assigned to the Ctrl + V combination, which allows you to type the content of the clipboard in applications that do not support it.
| (size 1,6 MB) |


