Tournicoti

Tournicoti

Joined Member # 3119340
0 Posts 0 Replies 529 Reputation

[quote]//Edited Longest. Topic. EVER. Please choose one that is smaller next time. [/quote] I'm sorry , i didn't notice . Thank you for shortening it . What do you think about the button 4 5 issue btw.. (i couldn't care less about IE forward and IE back), I 'm happy using them for multiplicity.

3 Replies 2,861 Views

Once multiplicity is running : --- Description ---- starting multipl.exe with the command line option -switchscreen screenname , the running main app should switch to the screen in question. example : C:\Program Files\Stardock\ThinkDesk\Multiplicity\multipl.exe -switchscreen vistamain ---------------------- why.... People with a keyboard that can configure extra keys ( most new keyboards) don't have to assign key combinations to the extr

0 Replies 1,618 Views

I compiled em for you ... These work from XP up to vista 64 (tested) (shame on me 123 kb a piece , LOL) http://vasilkovsky.dommel.be/four_five.zip ------------------------------------------ Now for the discussion.. What i think about using button 4 and 5 ... -In a lot of applications alt-Fx and ctrl-Fx keys are mapped to do something, especially in games .. that's why i think it's easier to disable button 4 and 5 usage on OS level and use thos

3 Replies 2,861 Views

[code="c++"] //--------------------------------------------------------------------------- #include #pragma hdrstop //--------------------------------------------------------------------------- #pragma argsused WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) { INPUT input[2]; memset(input, 0, sizeof(input)); input[0].type = INPUT_MOUSE; input[0].mi.dwFlags = MOUSEEVENTF_XDOWN; // no beneen input[0].m

3 Replies 2,861 Views