Saturday, April 24, 2010

MinTTY shortcuts

I am using MinTTY in cygwin port, it looks and works nice. Below are some of the shortcuts I have come accustomed to:

Copy text into Windows clipboard
Ctrl-Ins
Paste from Windows clipboard
Shift-Ins
Open new instance of MinTTY
Alt-F2

No comments:

QNX: Running a function at specific interval using timer interrupt

#include <iostream> #include <csignal> #include <ctime> #include <cerrno> #include <cstring> #include <unis...