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:

Qt console hello world

Qt console hello world This guide shows how a Qt console hello world looks like. ▣ Open  Qt Creator  and click on  Create Project... ...