key board short cut in programming

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Hyperion
    New Member
    • Feb 2007
    • 10

    key board short cut in programming

    hello,
    is it possible to give key board short cuts for print preview and print instaed of placing buttons?im strucked here plese reply
  • dafodil
    Contributor
    • Jul 2007
    • 389

    #2
    Originally posted by Hyperion
    hello,
    is it possible to give key board short cuts for print preview and print instaed of placing buttons?im strucked here plese reply
    There is no way you could do that in php since php is server side... Server side languages cannot detect events unless you pass it to them....

    Even in none server side programming like VB... You should have an access to the objects interface before you can handle events like OnKeyPress()

    Comment

    • pbmods
      Recognized Expert Expert
      • Apr 2007
      • 5821

      #3
      Heya, Hyperion.

      Mac already has keyboard shortcuts for these commands, and I know that Windows at least has a shortcut for the Print command.

      I would strongly recommend against trying to remap these shortcuts for your site, as this will create inconsistent behaviors, which will only confuse your Users.

      Comment

      Working...