Connect USB Peripherals to the iPad with the Camera Connection Kit:
Cycle Through Firefox Tabs with One Keypress:
Download AutoHotkey and insert this script:
----------------------------------------------------------------------------------------------------
#IfWinActive ahk_class MozillaUIWindowClass ; Lazy Tab (Firefox 3.6.x) ^k::^+t ; turns search into undo close tab Alt:: if winc_presses 0 { winc_presses += 1 return } winc_presses = 1 SetTimer, KeyWinC, 300 return KeyWinC: SetTimer, KeyWinC, off if winc_presses = 1 { Send ^{TAB} } else if winc_presses = 2 { Send ^+{TAB} } else if winc_presses 2 { } winc_presses = 0 return
---------------------------------------------------------------------------------------------------------------
#IfWinActive ahk_class MozillaWindowClass ; Lazy Tab (Firefox 4.0*) ^k::^+t ; turns search into undo close tab Alt:: if wind_presses 0 { wind_presses += 1 return } wind_presses = 1 SetTimer, KeyWinD, 300 return KeyWinD: SetTimer, KeyWinD, off if wind_presses = 1 { Send ^{TAB} } else if wind_presses = 2 { Send ^+{TAB} } else if wind_presses 2 { } wind_presses = 0 return
Tired of looking for Firefox for iPad Browser?
ReplyDeleteVisit http://www.FirefoxiPad.com today for all you want to know about the Firefox browser for you tablet device.