Close
Showing results 1 to 7 of 7

Hybrid View

  1. #1

    Default Howto shift to chane bars?

    yeah

    <Hotkey ScrollLockOn shift 0-9, A-Z, F1-F12, space, Oem5 except W, A, S, D, Q, E, M, L, P, I>

    does work somehow but then again anything else than shift <number> doesnt work >_<

    yes i dont get that language.. if it was more c++ like i would get it as of i code myself and that language functions look odd >_< no endfunction makes me cry

  2. #2

    Default RE: Howto shift to chane bars?

    Quote Originally Posted by 'zutto',index.php?page=Thread&postID=177213#post17 7213
    yeah

    <Hotkey ScrollLockOn shift 0-9, A-Z, F1-F12, space, Oem5 except W, A, S, D, Q, E, M, L, P, I>

    does work somehow but then again anything else than shift <number> doesnt work >_<

    yes i dont get that language.. if it was more c++ like i would get it as of i code myself and that language functions look odd >_< no endfunction makes me cry
    Can you rephrase your question, please? I don't understand what you're trying to ask.
    Owltoid, Thatblueguy, Thisblueguy, Otherblueguy, Whichblueguy

  3. #3

    Default

    Simplest way to get shift, alt, ctl.. working is defining a <KeyList> first, with all the keys, like:
    Code:
    <Keylist myList 0-9, A-Z, F1-F12, space, Oem5 except W, A, S, D, Q, E, M, L, P, I>
    and then creating a hotkey for them, which incorporates the shift, alt, ctr versions, like:
    Code:
    <Hotkey MyList; Shift MyList; Alt MyList; Ctrl MyList>
         	<SendLabel w1, w2, w3, w4, w5>
                        	<Key %Trigger%>
    OLIPCS - ordinary life is pretty complex stuff
    ----------------------------------------------------------------
    Pala, Priest, Druid, Hunter, Mage
    Focusless Targetless Leaderless - Wiki
    HotKeyNet - Guide

  4. #4

    Default RE: RE: Howto shift to chane bars?

    Quote Originally Posted by Owltoid',index.php?page=Thread&postID=177223#post1 77223]


    [quote='zutto',index.php?page=Thread&postID=177213# post177213]yeah

    <Hotkey ScrollLockOn shift 0-9, A-Z, F1-F12, space, Oem5 except W, A, S, D, Q, E, M, L, P, I>

    does work somehow but then again anything else than shift <number> doesnt work >_<

    yes i dont get that language.. if it was more c++ like i would get it as of i code myself and that language functions look odd >_< no endfunction makes me cry[/quote]

    Can you rephrase your question, please? I don't understand what you're trying to ask.[/quote]by reading topic name you maybe would :P[quote='olipcs',index.php?page=Thread&postID=177225 #post177225]Simplest way to get shift, alt, ctl.. working is defining a [url='http://hotkeynet.com/ref/keylist.html
    <KeyList>[/url] first, with all the keys, like:
    Code:
    <Keylist myList 0-9, A-Z, F1-F12, space, Oem5 except W, A, S, D, Q, E, M, L, P, I>
    and then creating a hotkey for them, which incorporates the shift, alt, ctr versions, like:
    Code:
    <Hotkey MyList; Shift MyList; Alt MyList; Ctrl MyList>
         <SendLabel w1, w2, w3, w4, w5>
                        <Key %Trigger%>
    threw ScrollLockOn to <Hotkey MyList; Shift MyList; Alt MyList; Ctrl MyList> and it worked..

    thanks..

  5. #5

    Default RE: RE: RE: Howto shift to chane bars?

    Quote Originally Posted by 'zutto',index.php?page=Thread&postID=177231#post17 7231
    by reading topic name you maybe would :P
    You're correct. How could I possibly be confused by:

    Howto shift <numbre> to chane bars?
    Owltoid, Thatblueguy, Thisblueguy, Otherblueguy, Whichblueguy

  6. #6

    Default RE: Howto shift to chane bars?

    Quote Originally Posted by 'zutto',index.php?page=Thread&postID=177213#post17 7213
    yes i dont get that language.. if it was more c++ like i would get it as of i code myself and that language functions look odd >_< no endfunction makes me cry
    I don't like HotkeyNet's script language either. I designed it without end-of-block markers to make it easy for non-programmers. Now that the language is finished, I don't like the result. If HotkeyNet 2.0 happens, the new script language will be more like C.

    As for crying, each programming language has its own syntax and some of them are very different from others. Part of being a programmer is having the mental flexibility to learn more than one.
    �Author of HotkeyNet and Mojo

  7. #7

    Default

    One of the annoying things about the script language is that every statement has to be put inside <> angles. I didn't design the language this way on purpose. It's designed this way because originally, literal text was left outside angles. With that early version of the program, angles distinguished literals from function calls. At a later stage in the beta I added the <Text> command so literals moved inside angles. At that point it would have made sense to remove angles from the script language, but by that time there were so many users that I didn't want to make the change because it would have broken too many scripts.
    �Author of HotkeyNet and Mojo

Similar Threads

  1. Howto: 1-60 RAF
    By Chaosomega in forum New Multi-Boxers & Support
    Replies: 54
    Last Post: 04-12-2009, 01:48 PM
  2. Lotro Dual-Boxing Howto
    By KrunkTheMadMan in forum New Multi-Boxers & Support
    Replies: 2
    Last Post: 04-02-2009, 02:27 AM
  3. HOWTo - Set up Maximizer (Updated PiP)
    By Diamndzngunz in forum Software Tools
    Replies: 41
    Last Post: 01-19-2009, 10:40 PM
  4. Bonuslevel fürn Werber, Howto?
    By mOnis in forum German
    Replies: 2
    Last Post: 08-13-2008, 10:50 PM
  5. Left shift/right shift removed from WoW?
    By Con7ent in forum General WoW Discussion
    Replies: 17
    Last Post: 05-09-2008, 03:04 PM

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •