Write Chinese Characters using Trackpad on Mac

| 0 Comments

From http://www.apple.com/macosx/refinements

Innovative Chinese character input.

Until Snow Leopard, if you wanted to enter Chinese characters on a computer, you had to type in the phonetic spelling of Chinese words and the computer would convert them into proper Chinese characters. Snow Leopard offers a breakthrough new way to enter characters: You write them directly on the Multi-Touch trackpad in your Mac notebook. They’ll appear on the screen in a new input window, which recommends characters based on what you drew and lets you choose the right one. The input window even offers suggestions for subsequent characters based on what you chose.


Mac Chinese Trackpad

Leave a comment

Recent Entries

Automating SSH public key pushes with Perl
Automating SSH public key pushes to servers. The code below uses Expect and SSH to create & permission the .ssh…
Write Chinese Characters using Trackpad on Mac
From http://www.apple.com/macosx/refinements Innovative Chinese character input. Until Snow Leopard, if you wanted to enter Chinese characters on a computer, you…
Backup & Restore Volume in Linux Single User Mode
service network start ifconfig eth0 ip netmask service portmap start mkdir /tmp/remote mount -t nfs -o tcp,port=2049 nas:/volume1/share /tmp/remote…