11/18 - Sending Sunday!

Discussion in 'Daily mTurk HITs Threads' started by Tripsa, Nov 18, 2018.

Thread Status:
Not open for further replies.
  1. gener

    gener Survey Slinger

    Messages:
    9,038
    Gender:
    Male
    Ratings:
    +11,568
    Changed any advanced settings in tampermonkey, or running a non-standard version of chrome or something?
     
    • Like Like x 1
  2. HardWorkingTurker

    HardWorkingTurker Survey Slinger

    Messages:
    5,754
    Ratings:
    +4,932
    oh well, at least I know hitting x changes the first yes to a NO and auto submits. lol
    potential rejection pending since I have no clue if it was a yes or no. lol
     
  3. Ness

    Ness Survey Slinger

    Messages:
    4,189
    Gender:
    Male
    Ratings:
    +9,222
    [​IMG]
     
    • LOL LOL x 1
  4. HardWorkingTurker

    HardWorkingTurker Survey Slinger

    Messages:
    5,754
    Ratings:
    +4,932
    having said that aren't 789 supposed to do something?
     
  5. gener

    gener Survey Slinger

    Messages:
    9,038
    Gender:
    Male
    Ratings:
    +11,568
    OH~! So the script is running and keybinding is working. Are you hitting 7,8,9 on the numberpad? Not the rumber row above the qwerty keys. Also do you have numlock turned ON?
     
    • Like Like x 2
  6. rdaneel

    rdaneel Well-Known Turker

    Messages:
    315
    Gender:
    Male
    Ratings:
    +813
    ... but did you try doing 'n'?

    Which I guess doesn't matter, now that we've verified it's working.

    And I think we know your problem. Are you using a laptop? Please verify you've properly set your 'numlock' key to be on. I'd bet you money that sorts your problem.
     
    • Like Like x 1
  7. HardWorkingTurker

    HardWorkingTurker Survey Slinger

    Messages:
    5,754
    Ratings:
    +4,932
    Eureka?
    I AM using a laptop. I have no number pad, was using the numbers above the letters Y U I

    So I have to turn numlock on you say?
    Let's try that. I'm all excited now.
    Can't say I ever used numlock before. So I turn it on and hit which keys?
     
    • Like Like x 1
  8. morweeg

    morweeg Triple Double Certified Organic Batch Master

    Messages:
    40,571
    Ratings:
    +54,131
    You poor thing.
     
    • LOL LOL x 1
  9. gener

    gener Survey Slinger

    Messages:
    9,038
    Gender:
    Male
    Ratings:
    +11,568
    The keybinds can be set to any key. 7 on the number row, and 7 on the keypad are different keys. They could be mapped to JKL if you wanted, or whatever. The ASCII number just needs be changed.
     
    • Today I Learned Today I Learned x 1
  10. HardWorkingTurker

    HardWorkingTurker Survey Slinger

    Messages:
    5,754
    Ratings:
    +4,932
    I'll be talking to you about the benefits of using numlock later since you opened that can of worms. lol
     
  11. DigitalDenizen

    DigitalDenizen Well-Known Turker

    Messages:
    2,341
    Gender:
    Male
    Ratings:
    +2,044
    Early morning crew is best crew confirmed
     
    • Love Love x 2
    • Like Like x 1
  12. rdaneel

    rdaneel Well-Known Turker

    Messages:
    315
    Gender:
    Male
    Ratings:
    +813
    Go back to using the original script, so you don't have my stuff in it.

    Then. Where you see 103, 104 and 105 and how they're labeled num pad 7, num pad 8, num pad 9?
    In order, change those to be:
    49, 50, 51

    So that the first is
    Code:
    if (e.keyCode === 49) { // 1 
    instead of
    Code:
    if (e.keyCode == 103) { //num pad 7
    Or, you could use the numlock key on your laptop, which will change some keys to be numbers, but that's beyond the scope of this ghostbug hunt.
     
    • LOL LOL x 1
  13. gener

    gener Survey Slinger

    Messages:
    9,038
    Gender:
    Male
    Ratings:
    +11,568
    Click https://keycode.info/. This webpage will give you the javascript keycode for whatever key you press. Then you can change lines 49, 53, 57 from (if (e.keyCode == 103) {) which is numberpad 7, 8 and 9 respectivly to whatever 3 numbers for the corrosponding keys you select by using the website I linked. JKL for example is 74-76
     
    • Today I Learned Today I Learned x 3
  14. DigitalDenizen

    DigitalDenizen Well-Known Turker

    Messages:
    2,341
    Gender:
    Male
    Ratings:
    +2,044
    Wait, Do laptops not have number pads anymore?
     
  15. Ness

    Ness Survey Slinger

    Messages:
    4,189
    Gender:
    Male
    Ratings:
    +9,222
    some of them dont
     
    • Today I Learned Today I Learned x 1
  16. rdaneel

    rdaneel Well-Known Turker

    Messages:
    315
    Gender:
    Male
    Ratings:
    +813
    In my old age, there are two things that, if I were to divide a timeline of my life, where there was before the event, and after the event... gah, sorry, stupid IMC LAB surveys.

    Anyway, mirror in the shower was one thing I only recently discovered and can't fathom how I went so long without it. You can shave when you're already wet!

    The other is this: https://www.amazon.com/Best-Sellers-Electronics-Numeric-Keypads/zgbs/electronics/2998471011
     
    • Today I Learned Today I Learned x 1
  17. ThisPoorGuy

    ThisPoorGuy ThisPoorMod

    Messages:
    39,486
    Gender:
    Male
    Ratings:
    +81,571
    If you have a smaller than 15 inch laptop there usually isn't a dedicated number pad.
     
    • Today I Learned Today I Learned x 4
  18. gener

    gener Survey Slinger

    Messages:
    9,038
    Gender:
    Male
    Ratings:
    +11,568
    Well shit
     
    • Like Like x 1
    • LOL LOL x 1
  19. A6_Foul_Out

    A6_Foul_Out Organic Meme Panda TurkerView Masters

    Messages:
    17,777
    Gender:
    Male
    Ratings:
    +23,954
    most don't
    this

    https://www.amazon.com/dp/B01E8TTWZ2/?tag=thtv02-20
     
    • Like Like x 1
    • Today I Learned Today I Learned x 1
  20. ThisPoorGuy

    ThisPoorGuy ThisPoorMod

    Messages:
    39,486
    Gender:
    Male
    Ratings:
    +81,571
    • Like Like x 1
    • LOL LOL x 1
Thread Status:
Not open for further replies.