How to make Windows 7 usable
Classic software
Usability
- Typical X11 behaviour focus-follows-mouse, no-raise, right-click-sends-back and middle-click-pastes: TXmouse (http://fy.chalmers.se/~appro/nt/TXMouse/); download binary and copy it in
Startup
folder (possibly for all users)
- compose key: AllChars (http://sourceforge.net/projects/allchars/files/); unzip and copy
.exe
to Startup
folder (possibly for all users) and *.dll
to c:\Windows\system32
.
- Disable boot-time numlock: edit registry key InitialKeyboardIndicators and set bit 1 (mask value 2) to 0.
MSYS
- Download installer from http://sourceforge.net/projects/mingw/files/Automated%20MinGW%20Installer/mingw-get-inst/
- Run the installer and optionally select all proposed packages
- Install the following packages using
mingw-get
:
- Tweaking
- Edit
c:\MinGW\msys\1.0\etc\fstab
using a text editor and append the following line: c:\Users\ /home
(this will make sure MSYS see the proper user directories)
- Add
--mintty
to the MinGW shell icon command line
- Git
- Python
Download in other formats: