I'm guessing there must a few people here who use Stroke It, so was wondering if anyone knows if its possible to get Stroke It working with tabs?
I'd like to be able to set a gesture for next/previous tab, and close tab in explorer but have no idea how to do it. Can anyone help, or at least confirm if it is or is not possible?
Thanks
yep I use that setup already…. course having a qttabbar/tab setup in explorer when using Fista or Winshite 7 is pretty crap.. its funny both strokeit and qttabbar are hindered by Microshite s crap improvements. I'm sure Quizzo would do a better job than an entire team nubifying explorer.
You have to set up the hotkeys in QT - my stroke it is:
<APP name="1[Explorer]">
class=CabinetWClass
class=ExploreWClass
exec=Explorer.EXE
Back [UL] {
gesture = Up-Left
New Command = osd, OSD "Back [UL]" "2000" "20" "@Arial Unicode MS" "0" "255" "255" "1" "1"
Alt+Left = keys, hotkey [ALT_DOWN][LEFT][ALT_UP]
}
Clone [N] {
gesture = N
New Command = osd, OSD "Clone [N]" "2000" "20" "@Arial Unicode MS" "0" "255" "255" "1" "1"
New Command = keys, hotkey [CTRL_DOWN]N[CTRL_UP]
}
Close Window [Z] {
gesture = Z Reversed
New Command = osd, OSD "Close Window [Z]" "2000" "20" "@Arial Unicode MS" "0" "255" "0" "1" "1"
Alt+F4 = keys, hotkey [ALT_DOWN][F4][ALT_UP]
}
Close[V] {
gesture = V
New Command = osd, OSD "Close[V]" "2000" "20" "@Arial Unicode MS" "0" "255" "255" "1" "1"
New Command = keys, keys [CONTROL_DOWN]w[CONTROL_UP]
}
Delete [X ur] {
gesture = X
New Command = keys, keys [DELETE]
New Command = osd, OSD "Delete [X ur]" "2000" "20" "@Arial Unicode MS" "0" "255" "255" "1" "1"
}
Dir-bmp[Crev] {
gesture = C Reversed
New Command = exec, run "C:\\batch\\screen-capture-explorer.wbt" "" "" ""
}
Forward [UR] {
gesture = Up-Right
New Command = osd, OSD "Forward [UR]" "2000" "20" "@Arial Unicode MS" "0" "255" "255" "1" "1"
Alt+Right = keys, hotkey [ALT_DOWN][RIGHT][ALT_UP]
}
IconDate[Drev] {
gesture = D Reversed
New Command = keys, keys [ALT_DOWN]v[ALT_UP]im
}
IconDet [D] {
gesture = D
gesture = M
New Command = osd, OSD "IconDet [D]" "2000" "20" "@Arial Unicode MS" "0" "255" "255" "1" "1"
New Command = keys, keys [ALT_DOWN]v[ALT_UP]d
}
IconICON [C] {
gesture = C
New Command = !osd, OSD "IconICON [C]" "2000" "20" "@Arial Unicode MS" "0" "255" "255" "1" "1"
New Command = !keys, keys [ALT_DOWN]v[ALT_UP]n
}
IconList [L] {
gesture = L
New Command = osd, OSD "IconList [L]" "2000" "20" "@Arial Unicode MS" "0" "255" "255" "1" "1"
New Command = keys, keys [ALT_DOWN]v[ALT_UP]l
}
IconNames[Nrev] {
gesture = N Reversed
New Command = keys, keys [ALT_DOWN]v[ALT_UP]in
}
IconSize[Srev] {
gesture = S Reversed
New Command = keys, keys [ALT_DOWN]v[ALT_UP]is
}
IconTile [T] {
gesture = T
New Command = osd, OSD "IconTile [T]" "2000" "20" "@Arial Unicode MS" "0" "255" "255" "1" "1"
New Command = keys, keys
}
IconType[Y] {
gesture = Y
New Command = keys, keys [ALT_DOWN]v[ALT_UP]it
}
NewFolder /DOWN {
gesture = / Up - / Down
New Command = osd, OSD "NewFolder /DOWN" "2000" "20" "@Arial Unicode MS" "0" "255" "255" "1" "1"
New Command = keys, keys [ALT_DOWN]F[ALT_UP]W[ENTER]
}
NextTab UP > {
gesture = / Up
gesture = >
New Command = keys, keys [CONTROL_DOWN][TAB][CONTROL_UP]
}
PrevTab [<] {
gesture = <
New Command = keys, keys [CONTROL_DOWN][SHIFT_DOWN][TAB][SHIFT_UP][CONTROL_UP]
}
Spawn [O] {
gesture = O
New Command = osd, OSD "Spawn [O]" "2000" "20" "@Arial Unicode MS" "0" "255" "255" "1" "1"
New Command = keys, keys [CONTROL_DOWN][SHIFT_DOWN]N[SHIFT_UP][CONTROL_UP]
}
Up [\ up] {
gesture = \ Up
New Command = !osd, OSD "Up [\\ up]" "200" "20" "@Arial Unicode MS" "0" "255" "255" "1" "1"
New Command = keys, keys [BACK_DOWN][BACK_UP]
}
WinLC [LD] {
gesture = Left-Down
New Command = osd, OSD "WinLC [<]" "2000" "20" "@Arial Unicode MS" "0" "255" "0" "1" "1"
New Command = keys, keys [ALT_DOWN] [ALT_UP][UP_DOWN][UP_UP][UP_DOWN][UP_UP][ENTER_DOWN][ENTER_UP][DOWN_DOWN][DOWN_UP][DOWN_DOWN][DOWN_UP][DOWN_DOWN][DOWN_UP][DOWN_DOWN][DOWN_UP][DOWN_DOWN][DOWN_UP][DOWN_DOWN][DOWN_UP][ENTER_DOWN][ENTER_UP]
}
</APP>






