Close
Showing results 1 to 9 of 9
  1. #1

    Default Numblock binden mit HKN

    Moin, ich hab vor ein paar Tagen mit einem Paladin und 4 Magiern das boxen angefangen (zwei Computer im LAN)
    Ich steuer meinen Pala über die Tasten 1-´ und meine magier mit den Tasten t-p.

    Nun hab ich veruscht den Numblock im script von HKN zu binden.
    Sieht dann ungefähr so aus

    <hotkey KP_END>
    <SendLabel w3,w2>
    <key 2>
    KP_END ist ja die Taste 1 im Numblock aber HKN schreibt ne Fehlermeldung, die Taste nicht gefunden zu haben.

    Kann mir einer sagen, was ich anstelle von "KP_END" schreiben soll?

    mfg repoX

  2. #2

    Default

    To learn the name of a key, see:

    http://hotkeynet.com/ref/keynames.html

    Please note that the names of number pad keys change depending on whether NumLock is on or off.

    When NumLock is on, the "1" key is NumPad1. When NumLock is off, that same key is NumPadEnd.
    �Author of HotkeyNet and Mojo

  3. #3

    Default

    Quote Originally Posted by 'Freddie',index.php?page=Thread&postID=162587#post 162587
    To learn the name of a key, see:

    http://hotkeynet.com/ref/keynames.html

    Please note that the names of number pad keys change depending on whether NumLock is on or off.

    When NumLock is on, the "1" key is NumPad1. When NumLock is off, that same key is NumPadEnd.

    That means you have 2x the Numpad Keys? I just want to try it out, and maybe make a "How to" in German. Depends on how much Time I have, and if I get my other Guide Updated soon.
    Clash of the Titans
    Almost Done -.-
    CotT
    [/align]Current Playlist:
    • Megadeth, Nine Inch Nails, Soilwork, Soil, Mudvayne, Killswitch Engage, Evanescence(Again :love: )

  4. #4

    Default

    2x for these keys:

    Numpad0 / NumpadEnd
    Numpad1 / NumpadEnd
    Numpad2 / NumpadDown
    Numpad3 / NumpadPgDn
    Numpad4 / NumpadLeft
    Numpad5 / NumpadClear
    Numpad6 / NumpadRight
    Numpad7 / NumpadHome
    Numpad8 / NumpadUp
    Numpad9 / NumpadPgUp
    NumpadDelete / Decimal

    The keys are renamed by Windows (the operatings system). It's not my decision.

    I hope you can make a "how to" in German. That will be great!
    �Author of HotkeyNet and Mojo

  5. #5

    Default

    About 6 Months ago I came to that Idea but it didn't worked with Octopus (only "End" and not "Numpadend") That would give me a lot xtra buttons and maybe a switch for Combat / Noncombat stuff , omg so much possibilities.

    Oooh I have to try that out
    Clash of the Titans
    Almost Done -.-
    CotT
    [/align]Current Playlist:
    • Megadeth, Nine Inch Nails, Soilwork, Soil, Mudvayne, Killswitch Engage, Evanescence(Again :love: )

  6. #6

    Default

    I'm sorry to answer in English but I can't write German. (30 years ago I could write German but I've forgotten.)

    Using the three "lock" keys, every key on the keyboard is eight different keys. For example, with A:

    <Hotkey CapsLockOff NumLockOff NumLockOff A>
    <Hotkey CapsLockOff NumLockOff NumLockOn A>
    <Hotkey CapsLockOff NumLockOn NumLockOff A>
    <Hotkey CapsLockOff NumLockOn NumLockOn A>
    <Hotkey CapsLockOn NumLockOff NumLockOff A>
    <Hotkey CapsLockOn NumLockOff NumLockOn A>
    <Hotkey CapsLockOn NumLockOn NumLockOff A>
    <Hotkey CapsLockOn NumLockOn NumLockOn A>
    �Author of HotkeyNet and Mojo

  7. #7

    Default

    Wow, that's insane. But 2x Numlock on on? or did I miss something there(on my Keyboard)? Only thing left you could mean is the "Rollen" /(in english i think it's) Scroll? That's what makes sense to me, maybe I'm just to tired

    So is it also Possible to do it like:
    (Capslock on) Shift/ctrl/alt +A
    (Capslock off)Shift/ctrl/alt + A

    is also different? That would a huge amount of keys.

    That you post in english is no Problem for me(and I hope for the other germans, too) , hope it's not a Problem for you to read my english

    so Gn8 for today/yesterday or something^^
    Clash of the Titans
    Almost Done -.-
    CotT
    [/align]Current Playlist:
    • Megadeth, Nine Inch Nails, Soilwork, Soil, Mudvayne, Killswitch Engage, Evanescence(Again :love: )

  8. #8

    Default

    Oops, I can't write English or German! You're right, It should be:

    <Hotkey CapsLockOff NumLockOff ScrollLockOff A>
    <Hotkey CapsLockOff NumLockOff ScrollLockOn A>
    <Hotkey CapsLockOff NumLockOn ScrollLockOff A>
    <Hotkey CapsLockOff NumLockOn ScrollLockOn A>
    <Hotkey CapsLockOn NumLockOff ScrollLockOff A>
    <Hotkey CapsLockOn NumLockOff ScrollLockOn A>
    <Hotkey CapsLockOn NumLockOn ScrollLockOff A>
    <Hotkey CapsLockOn NumLockOn ScrollLockOn A>

    So is it also Possible to do it like:
    (Capslock on) Shift/ctrl/alt +A
    (Capslock off)Shift/ctrl/alt + A
    Yes, you can write that and they are different. You can also make any key a modifier and use it like shift. For example, you can make Q a modifier and write this:

    <UseKeyAsModifier Q>
    <Hotkey Q A>

    You can also use the left and right version of a particular modifier in the same trigger:

    <Hotkey LShift RShift A>

    If you want, you can combine all these different things together. For example:

    <Hotkey CapsLockOn LShift LCtrl Q A>

    That would a huge amount of keys.
    Yes, with custom modifiers you can define millions of keys.
    Your English is no problem!
    �Author of HotkeyNet and Mojo

  9. #9

    Default

    ok werds morgen mal ausprobiern aber erstma silvester feiern.

    thank you all alot

Similar Threads

  1. NumBlock Problem
    By pirtschi in forum German
    Replies: 3
    Last Post: 11-06-2008, 04:18 AM

Posting Rules

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