08/25 - Thankful for Turkopticon Thursday!

Status
Not open for further replies.

Jharkan

Internets EXPERT
Contributor
Joined
Jul 9, 2016
Messages
11,873
Reaction score
20,418
Points
1,288
Location
Earth
Gender
Male

Serial Mom

I’m smiling…that alone should scare you.
Contributor
Joined
Aug 18, 2016
Messages
4,228
Reaction score
9,451
Points
988
Gender
Female
I think that's the one I returned yesterday. it's as if there is only one going around, and there is no one to pair up with
No idea. I tried to do it again (got 7.50 from the last one, so I was being a tad greedy)
 

CatWhiskers

Looking In Your Fridge
Joined
Jan 27, 2016
Messages
861
Reaction score
1,897
Points
343
Location
Cat Tree
nm I never use keybinds like that and I overcomplicated it

your code should work fine for what you're doing, assuming your other keys work, works fine for me
I used the example here:

https://www.autohotkey.com/docs/misc/Remap.htm#Remap

And was trying to remap my C and D keys to X and Z so I could use the keyboard on the laptop instead of the onscreen keyboard because holy crap do we type a lot of Es, Ds, and Cs in every day communication.

Does anyone know how to remap single keys (times 3) using AHK?
 

Not A Robot

VERIFIED HUMAN
Contributor
Joined
Apr 27, 2016
Messages
4,515
Reaction score
6,751
Points
838
Gender
Male
Title: Color Survey (WARNING: This HIT may contain adult content. Worker discretion is advised.) | PANDA
Requester: Amazon Requester Inc. A9 Data Validation [A3HLF55H6JSTI0] (TO)
TO Ratings:
TO Unavailable
Submit a new TO review
Description: Answer questions about colors - ninb
Time: 20 minutes
HITs Available: 10294
Reward: $0.01
Qualifications: Location is one of: US-AZ, US-CA, US-CO, US-CT, US-FL, US-GA, US-IL, US-IN, US-KS, US-KY, US-MA, US-MD, US-MI, US-MN, US-NC, US-ND, US-NJ, US-NV, US-NY, US-OH, US-PA, US-SC, US-TN, US-TX, US-VA, US-WA, US-WI, US-WV;Blocked has not been granted;Category Validation Qualification is 10;Adult Content Qualification is 1

and I have an AHK for it that makes it super easy.

the AHK doesn't work unless you CLICK within the box, at each page reload.
zoomout page to fit images

if both colors are matching hit CTRL+Y, then space (to submit - this doesn't autosubmit)
if neither match, hit CTRL+N, then space (to submit - this doesn't autosubmit)
if only the first pair matches, hit NUMPAD1, enter to submit
if only the second pair matches, hit NUMPAD2, enter to submit

I've been collecting these with pandacrazy and working out of my queue, and they are insanely easy
obviously suspend the AHK when doing captchas or other stuff, or whatever.

code:
Code:
^y::
send {tab}{space}
sleep, 100
send {tab 2}{space}
send {shift down}{tab}{shift up}
return

^n::
send {tab}{down}{space}
sleep, 100
send {tab 2}{down}{space}
send {shift down}{tab}{shift up}
return

Numpad1::
send {tab}{space}
sleep, 100
send {tab 2}{down}{space}
send {shift down}{tab}{shift up}
return

Numpad2::
send {tab}{down}{space}
sleep, 100
send {tab 2}{space}
send {shift down}{tab}{shift up}
return
I made one earlier today thats just 1 thru 4.

1: Nothing Identical
2: Left side identical
3: Both sides Identical
4: Right side identical
Enter: Submit

Code:
1::
send {tab}
send {down}
sleep, 100
send {tab 2}
send {down}
return

2::
send {tab}
send {space}
sleep, 100
send {tab 2}
send {down}
return

3::
send {tab}
send {space}
sleep, 100
send {tab 2}
send {space}
return

4::
send {tab}
send {down}
sleep, 100
send {tab 2}
send {space}
return

^2::
suspend
return

^3::
ExitApp
 
  • Like
Reactions: <Gucci>

VGB

dr. peepee poopoo
Joined
Jan 21, 2016
Messages
5,753
Reaction score
15,213
Points
1,038
Age
38
Location
Milwaukee via Boston
Gender
Male
I used the example here:

https://www.autohotkey.com/docs/misc/Remap.htm#Remap

And was trying to remap my C and D keys to X and Z so I could use the keyboard on the laptop instead of the onscreen keyboard because holy crap do we type a lot of Es, Ds, and Cs in every day communication.

Does anyone know how to remap single keys (times 3) using AHK?
your code is fine

do you have something else running that's using those keys?
 

LightningLord

You think that's a Schwinn.
Contributor
Joined
Jan 12, 2016
Messages
2,400
Reaction score
4,040
Points
538
Age
33
Gender
Male
LightningLord @LightningLord This is our little shelf full of games. We also have our daughter starting young with a ton of games on top.

Log in or register now. to view Spoiler content!
Haha, your daughter seems to almost have more games to play than the adults :wink:
I'm going to get boss monster, I watched a couple how to play videos and it definitely looks enticing. Once I get some more disposable money, I'll go for Agricola.
 
  • Like
Reactions: seventhaxis

CatWhiskers

Looking In Your Fridge
Joined
Jan 27, 2016
Messages
861
Reaction score
1,897
Points
343
Location
Cat Tree
your code is fine

do you have something else running that's using those keys?
No...but when I type the z key, I get z. X key gives me x, not the letters I want.

If this wasn't my back up laptop that I use while waiting for my "real" laptop to be repaired, I'd just buy an external keyboard and not tell myself again that this is why I never went in to coding because it always works for everyone else except me. Seriously...coding and I do not get along.
 

Not A Robot

VERIFIED HUMAN
Contributor
Joined
Apr 27, 2016
Messages
4,515
Reaction score
6,751
Points
838
Gender
Male
Title: Memory for Faces | PANDA
Requester: LSU Office of Applied Cognition [A29V3DAOVKTJ3X] (Contact)
(TO): [Pay: 4.13] [Fair: 5.00] [Comm: 5.00] [Fast: 5.00]
Description:
View a series of faces and answer questions based on what you saw
Time: 1 hour(s)
HITs Available: 1
Reward: $2.00
Qualifications: CS6.16 DoesNotExist; Total approved HITs GreaterThanOrEqualTo 1000; HIT approval rate (%) GreaterThanOrEqualTo 98; Location EqualTo US;
 
  • Like
Reactions: <Gucci>

Squatty

.
Contributor
Crowd Pleaser
HIT Poster
Joined
Mar 17, 2016
Messages
21,286
Reaction score
44,989
Points
2,538
Age
35
Gender
Female
No...but when I type the z key, I get z. X key gives me x, not the letters I want.

If this wasn't my back up laptop that I use while waiting for my "real" laptop to be repaired, I'd just by an external keyboard and not tell myself again that this is why I never went in to coding because it always works for everyone else except me. Seriously...coding and I do not get along.
Did you double click your AHK after updating to make sure you are running the updated version?
 
  • Like
Reactions: <Gucci>

Not A Robot

VERIFIED HUMAN
Contributor
Joined
Apr 27, 2016
Messages
4,515
Reaction score
6,751
Points
838
Gender
Male
Title: Number Sequence Test | PANDA
Requester: TA Research [A2QN52Y15Q9P4S] (Contact)
(TO): [Pay: 4.23] [Fair: 4.00] [Comm: 2.70] [Fast: 4.11]
Description:
This test examines the relationship between numbers and is usually completed in 50 minutes. You may only submit this survey once.
Time: 2 hour(s)
HITs Available: 1
Reward: $15.00
Qualifications: Numbered DoesNotExist; Location EqualTo US;
 
  • Like
Reactions: Serial Mom

Not A Robot

VERIFIED HUMAN
Contributor
Joined
Apr 27, 2016
Messages
4,515
Reaction score
6,751
Points
838
Gender
Male
Title: Learn a miniature language | PANDA
Requester: Alix B. Handshuh [A2G171ETFLTYOW] (Contact)
(TO): [Pay: 5.00] [Fair: 5.00] [Comm: 5.00] [Fast: 5.00]
Description:
Listen to audio recording of a new language, then answer questions about the language.
Time: 2 hour(s)
HITs Available: 1
Reward: $6.00
Qualifications: None
 

Entropy

New Member
Contributor
Joined
Aug 8, 2016
Messages
73
Reaction score
139
Points
308
Age
36
Gender
Male

humbleturker

Well-Known Member
Contributor
Crowd Pleaser
HIT Poster
Joined
Jul 8, 2016
Messages
10,554
Reaction score
23,278
Points
1,738
Age
33
Gender
Male
Title: Memory for Faces | PANDA
Requester: LSU Office of Applied Cognition [A29V3DAOVKTJ3X] (Contact)
(TO): [Pay: 4.13] [Fair: 5.00] [Comm: 5.00] [Fast: 5.00]
Description:
View a series of faces and answer questions based on what you saw
Time: 1 hour(s)
HITs Available: 1
Reward: $2.00
Qualifications: CS6.16 DoesNotExist; Total approved HITs GreaterThanOrEqualTo 1000; HIT approval rate (%) GreaterThanOrEqualTo 98; Location EqualTo US;
Nope. Nope. Run. Avoid this one.
 
Status
Not open for further replies.