Search found 8 matches

by CodingNoob-_-
28 Dec 2023, 19:01
Forum: Ask for Help (v1)
Topic: Pasting each line one by one
Replies: 1
Views: 163

Pasting each line one by one

Hi! :D I was curious on how to paste each clipboard line by line. (e.g. clipboard is: one two three four five) ^v #1 would be: one (`r) ^v #2 would be: two (`r) ^v #3 would be: three (`r), etc. I was thinking about doing the following: 1. Get the clipboard on ^v 2. Store the clipboard 3. Get the fir...
by CodingNoob-_-
18 Jun 2022, 00:07
Forum: Gaming Help (v1)
Topic: Mute Button on Gaming Mic
Replies: 3
Views: 479

Re: Mute Button on Gaming Mic

It's a Microsoft store app; and the indicator is above the window itself and it's where the minimize, maximize, and close is. Also, I do certainly apologize because I have no idea what I'm doing, but thanks for your input :)
by CodingNoob-_-
17 Jun 2022, 22:50
Forum: Gaming Help (v1)
Topic: Mute Button on Gaming Mic
Replies: 3
Views: 479

Mute Button on Gaming Mic

Hello! :D I'm trying to make it so that when I press the physical mute button on my gaming mic that I got, it makes it mute digitally on Discord. I have a program that shows if my physical mic is muted. What I know so far is that position 129, -5, relative to the window for that program turns color ...
by CodingNoob-_-
25 Mar 2021, 21:38
Forum: Gaming Help (v1)
Topic: [ESC] + [R] + [ENTER] = F1 in roblox Topic is solved
Replies: 8
Views: 3353

That didn't work, however I'm fine with the beep, thanks! :D
by CodingNoob-_-
25 Mar 2021, 21:33
Forum: Gaming Help (v1)
Topic: [ESC] + [R] + [ENTER] = F1 in roblox Topic is solved
Replies: 8
Views: 3353

Thanks :D
by CodingNoob-_-
25 Mar 2021, 21:03
Forum: Gaming Help (v1)
Topic: [ESC] + [R] + [ENTER] = F1 in roblox Topic is solved
Replies: 8
Views: 3353

Re: [ESC] + [R] + [ENTER] = F1 in roblox Topic is solved

Wow, it actually worked, thanks so much! :D I figured it out - I had to separate the SendInput into 3 different parts with speed 10 each. I've also figured out how to adjust how long I press for it to cancel. I'm really sorry for asking so many questions, hehe, but my final one: I've noticed that th...
by CodingNoob-_-
25 Mar 2021, 13:58
Forum: Gaming Help (v1)
Topic: [ESC] + [R] + [ENTER] = F1 in roblox Topic is solved
Replies: 8
Views: 3353

Re: [ESC] + [R] + [ENTER] = F1 in roblox Topic is solved

F1:: KeyWait, %A_ThisHotkey%, T2 If held := ErrorLevel SoundBeep, 1000, 120 Return F1 Up:: SendInput % held ? "" : "{Esc}r{Enter}" Return That actually sort of worked, but not really. I've figured it out and there needs to be a delay between each key (1 ms works), and I coded it like how I original...
by CodingNoob-_-
24 Mar 2021, 12:50
Forum: Gaming Help (v1)
Topic: [ESC] + [R] + [ENTER] = F1 in roblox Topic is solved
Replies: 8
Views: 3353

[ESC] + [R] + [ENTER] = F1 in roblox Topic is solved

Hello! :D I know nothing about coding so I'd like to know how would I make it so that if I hold F1 longer than 2 seconds , it doesn't do [ESC] + [R] + [ENTER]? After 10 minutes of researching, I've developed the following script: SetKeyDelay, 1, 1 F1 UP:: Send, {Esc} Send, r Send, `r The code works,...

Go to advanced search