|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
AT&T devCentral & BlackBerry(r) Webcast Series: BlackBerry and GPS -Build Location Awareness into your BlackBerry Applications, July 10th-1:00PM EST. Register Today!
|
|
#1
|
|||
|
|||
|
Custom Browser Shortcuts
Is there a way to create shortcuts in a browser environment using Javascript? what i mean is, can i like, designate 'Ctr-T' or something like that to.........say pop up a window or do something else?
__________________
Beginner |
|
#2
|
|||
|
|||
|
Check out http://www.htmlgoodies.com/beyond/keycapture.html
I think that is exactly what you want to know. |
|
#3
|
||||
|
||||
|
See this post on creating jscript keyboard shortcuts: http://www.devarticles.com/forum/sh...=&threadid=3044
|
|
#4
|
|||
|
|||
|
Thanks, that's what i'm looking for....
|
|
#5
|
|||
|
|||
|
Just one more thing
I understand that these: thisOne.modifiers & Event.SHIFT_MASK and window.event.shiftKey detects the Shift Key press. HOw about the 'Ctrl' key press? |
|
#6
|
||||
|
||||
|
The "modifier" keys: ALT_MASK, CONTROL_MASK, SHIFT_MASK, and META_MASK
this might help: http://developer.irt.org/script/259.htm |
![]() |
| Viewing: Dev Articles Community Forums > Programming > Programming Tools > Custom Browser Shortcuts |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|