forked from elifiner/recaps
-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
36 lines (23 loc) · 1.24 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Recaps 0.6
------------------------------------
This simple program allows you to switch between languages using the mostly-unused CapsLock key instead of the clumsy Alt+Shift combination.
Just press CapsLock and the language will change. You can use Alt-CapsLock if you still need the old CapsLock action - to write a lot of text in capital letters.
If you accidentally typed some text in the wrong layout, Ctrl-Capslock should fix it.
If you have more than two languages installed, you can select the ones you want to cycle through if you right click the application's icon.
Enjoy!
Eli Golovinsky
http://www.gooli.org/
Revision history
------------------------------------
0.6 Added conversion of text typed with the wrong layout
using Ctrl-CapsLock. Alt-CapsLock now changes the old
CapsLock mode.
0.5 Fixed selected languages configuration not being saved
in the registry.
0.4 Fixed language not being switched in some applications.
0.3 Added a tray icon, a menu and support for more than two
languages. Recaps now cycles between the lanugages selected
in the menu.
0.2 Changed Shift-CapsLock to change language as well as CapsLock.
Ctrl-CapsLock now changes the old CapsLock mode.
0.1 Initial release