Results 1 to 5 of 5

Thread: colon key?

  1. #1
    Join Date
    Mar 2017
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default colon key?

    i want to use keydown with colon but cant find the colon number?

  2. #2
    Join Date
    Mar 2013
    Location
    Shaolin
    Posts
    863
    Mentioned
    24 Post(s)
    Quoted
    519 Post(s)

    Default

    Can you use typesend?

    ie

    Simba Code:
    typesend(';',True) // Types ; and then presses enter
    typesend(';',False) // Types ; but doesn't press enter

    Not sure if that's an SRL-6 function though, but it is worth a try
    You have permission to steal anything I've ever made...

  3. #3
    Join Date
    Mar 2017
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    didnt work

  4. #4
    Join Date
    Mar 2017
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    sendkeys command worked

  5. #5
    Join Date
    Oct 2012
    Posts
    1,258
    Mentioned
    40 Post(s)
    Quoted
    588 Post(s)

    Default

    Seems weird to me for typesend to not work when sendkeys does, seeing as it uses sendkeys.

    Edit: This is interesting. Seems like colon is shift + 186 for me (186 is semi-colon), unless I'm using GetKeyCode incorrectly.
    http://i.imgur.com/m2bZnx8.png
    Last edited by acow; 04-03-2017 at 08:29 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

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