Post Reply 
Faster access to debugging
Oct. 28, 2008, 01:11 PM
Post: #4
RE: Faster access to debugging
to proxrocks: Maybe you could do it with only one finger positioning it horizontal Wink

to whenever: It must work, play with times, press one key a fraction of a second before the other.
If follows not working, change the key, maybe your browser uses F6 for other things. To know the keycodes read "About_Keys.txt" from sidki.

Quote:why don't you use \u instead of \h\p\q\a?
Go to web filters, create a new filter, use * for matching code, and \u\r\n\h for replacement. You will see \u adds http:// so would not work for the url command debug Wink


BTW One new filter: when i'm analizying the http headers i use this one to avoid seeing the http headers of images
Code:
[HTTP headers]
In = FALSE
Out = TRUE
Key = "Accept: Not requesting images on pressing F4 {ln}081027"
URL = "$KEYCHK(^115)"
Match = "image/*"
Replace = "$JUMP(http://local.ptron/red.gif)"
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
Faster access to debugging - lnminente - Oct. 28, 2008, 01:04 AM
RE: Faster access to debugging - ProxRocks - Oct. 28, 2008, 01:44 AM
RE: Faster access to debugging - whenever - Oct. 28, 2008, 03:25 AM
RE: Faster access to debugging - lnminente - Oct. 28, 2008 01:11 PM
RE: Faster access to debugging - ProxRocks - Oct. 28, 2008, 01:26 PM
RE: Faster access to debugging - lnminente - Oct. 28, 2008, 01:50 PM
RE: Faster access to debugging - whenever - Oct. 28, 2008, 02:20 PM
RE: Faster access to debugging - ProxRocks - Oct. 28, 2008, 03:09 PM
RE: Faster access to debugging - lnminente - Oct. 28, 2008, 03:31 PM
RE: Faster access to debugging - Arne - Jun. 22, 2009, 08:31 PM
RE: Faster access to debugging - lnminente - Jun. 22, 2009, 09:59 PM
RE: Faster access to debugging - Toppy - Jun. 22, 2009, 10:47 PM
RE: Faster access to debugging - Arne - Jun. 23, 2009, 06:53 AM
RE: Faster access to debugging - ProxRocks - Jun. 23, 2009, 09:50 AM
RE: Faster access to debugging - lnminente - Jun. 24, 2009, 01:54 PM
RE: Faster access to debugging - Arne - Jun. 23, 2009, 10:21 AM
RE: Faster access to debugging - ProxRocks - Jun. 23, 2009, 11:40 AM
RE: Faster access to debugging - whenever - Jun. 24, 2009, 05:09 AM
RE: Faster access to debugging - Arne - Jun. 23, 2009, 11:07 AM
RE: Faster access to debugging - ProxRocks - Jun. 23, 2009, 11:45 AM
RE: Faster access to debugging - ProxRocks - Jun. 23, 2009, 11:47 AM
RE: Faster access to debugging - Arne - Jun. 23, 2009, 11:41 AM
RE: Faster access to debugging - Arne - Jun. 23, 2009, 11:49 AM
RE: Faster access to debugging - ProxRocks - Jun. 23, 2009, 12:16 PM
RE: Faster access to debugging - Arne - Jun. 23, 2009, 11:53 AM
RE: Faster access to debugging - Arne - Jun. 23, 2009, 12:52 PM
RE: Faster access to debugging - ProxRocks - Jun. 23, 2009, 01:12 PM
RE: Faster access to debugging - Arne - Jun. 23, 2009, 07:08 PM
RE: Faster access to debugging - Siamesecat - Jun. 24, 2009, 06:48 AM
RE: Faster access to debugging - ProxRocks - Jun. 24, 2009, 02:15 PM
RE: Faster access to debugging - JarC - Jul. 27, 2009, 06:41 PM
RE: Faster access to debugging - lnminente - Jul. 27, 2009, 08:12 PM
RE: Faster access to debugging - JarC - Jul. 28, 2009, 05:20 PM

Forum Jump: