From: James He <ic...@us...> - 2004-03-18 10:21:15
|
on Tue, 16 Mar 2004 22:05:24 +0800 "Alecs K." <Al...@pe...> wrote: > > < s/CTRL-(\w+)/<code > > class="keystroke">CTRL-$1<\/code>/g;--- > > > s/CTRL-([\w+\]])/<code > > > class="keystroke">CTRL-$1<\/code>/g; > > There are also other ctrl keys like CTRL-@, CTRL-[, CTRL-^, etc. > So i think we can easily use /CTRL-(.)/ They are not identical, because there are 'Ctrl-Break', 'Ctrl-PageUp', etc that need to be regarded as keystrokes, too. (e.g. in 'os_dos.txt') Best regards, -- James He |