Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #21942

Re: Getting an html file from a online html document and converting it back to code.

From "John B. Matthews" <nospam@nospam.invalid>
Newsgroups comp.lang.java.programmer
Subject Re: Getting an html file from a online html document and converting it back to code.
Date 2013-01-31 17:00 -0500
Organization The Wasteland
Message-ID <nospam-823410.17005431012013@news.aioe.org> (permalink)
References <cc234760-dc9e-4cec-8100-1bf52a537092@googlegroups.com> <579ddd6c-7797-4114-831b-c62713785267@googlegroups.com> <310120131051247563%jimsgibson@gmail.com>

Show all headers | View raw


In article <310120131051247563%jimsgibson@gmail.com>,
 Jim Gibson <jimsgibson@gmail.com> wrote:

> In article <579ddd6c-7797-4114-831b-c62713785267@googlegroups.com>, Lew
> <lewbloch@gmail.com> wrote:
> 
> > Press Control-C ("apple"-C on Macs), or use the context menu 
> > and select "Copy". This will copy the text into your system 
> > clipboard.
> > 
> > Click into your editor window.
> > 
> > Press Control-V ("apple"-V on Macs), or use the context menu 
> > and select "Paste".
> 
> It is now generally called the "Command" key (?, U+2318, clover- 
> leaf, or "splat" symbol) on Apple keyboards. No more Apple key.

In Java, the Toolkit method, getMenuShortcutKeyMask(), returns 
Event.META_MASK on Mac OS X; it returns Event.CTRL_MASK on Windows 
and Linux.

The Unicode code point U+2318 is named 'PLACE OF INTEREST SIGN':

<http://www.fileformat.info/info/unicode/char/2318/index.htm>

More than a few locals call it "pretzel", as in "Try pretzel- 
option-8 to zoom in," but I can see the appeal of "splat."

My old, full-travel, mechanical Apple keyboard has an apple and a 
splat on each meta key.

-- 
John B. Matthews
trashgod at gmail dot com
<http://sites.google.com/site/drjohnbmatthews>

Back to comp.lang.java.programmer | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Getting an html file from a online html document and converting it back to code. Patrick Rutledge <patrickrutledge47@gmail.com> - 2013-01-30 18:27 -0800
  Re: Getting an html file from a online html document and converting it back to code. Lew <lewbloch@gmail.com> - 2013-01-30 19:10 -0800
    Re: Getting an html file from a online html document and converting it back to code. Jim Gibson <jimsgibson@gmail.com> - 2013-01-31 10:51 -0800
      Re: Getting an html file from a online html document and converting it back to code. "John B. Matthews" <nospam@nospam.invalid> - 2013-01-31 17:00 -0500
  Re: Getting an html file from a online html document and converting it back to code. Roedy Green <see_website@mindprod.com.invalid> - 2013-01-31 04:18 -0800
  Re: Getting an html file from a online html document and converting it back to code. Patrick Rutledge <patrickrutledge47@gmail.com> - 2013-01-31 10:47 -0800
    Re: Getting an html file from a online html document and converting it back to code. lipska the kat <"nospam at neversurrender dot co dot uk"> - 2013-01-31 19:06 +0000
    Re: Getting an html file from a online html document and converting it back to code. FredK <fred.l.kleinschmidt@gmail.com> - 2013-01-31 11:10 -0800
    Re: Getting an html file from a online html document and converting it back to code. Roedy Green <see_website@mindprod.com.invalid> - 2013-01-31 14:11 -0800

csiph-web