Search found 36 matches

by rubbioli
01 Jan 2024, 21:27
Forum: Ask for Help (v1)
Topic: Last Chrome update
Replies: 1
Views: 255

Last Chrome update

Good morning! After the last Chrome update, my scripts started to make the mouse click in other places on the screen, since the update slightly repositioned some buttons and links. Does anyone suggest a practical solution?
by rubbioli
27 Dec 2023, 05:57
Forum: Outras Ferramentas e Recursos
Topic: Nova versão Chrome. Confusão generalizada!
Replies: 0
Views: 610

Nova versão Chrome. Confusão generalizada!

Bom dia! Tenho centenas de scripts usando a função "click" para o mouse que não mais funcionam graças à última atualização do Chrome. Alguém sugere uma solução prática? Vai dar um trabalho enorme ajustar tudo de novo... Funcionou por anos. Mas está última versão do Chrome agora exige seja reajustado...
by rubbioli
31 Aug 2023, 14:10
Forum: Ajuda e Suporte Geral
Topic: Inserir automaticamente pontos, e vírgula, ao digitar números
Replies: 3
Views: 3817

Re: Inserir automaticamente pontos, e vírgula, ao digitar números

converter x:="123456789" l:=SubStr(x,-1) StringTrimRight,x,x,2 n:= ThousandsSep(x) t:=n . "," . l MsgBox,%t% ;- 1.234.567,89 ThousandsSep(x, s=".") { return RegExReplace(x, "\G\d+?(?=(\d{3})+(?:\D|$))", "$0" s) } Unfortunately, it didn't work! Could it be because of the version I use (Version 1.0.4...
by rubbioli
30 Aug 2023, 13:09
Forum: Ask for Help (v1)
Topic: Set point, e comma, automatically (brazilian format of numbers)
Replies: 3
Views: 281

Re: Set point, e comma, automatically (brazilian format of numbers)

mikeyww wrote:
30 Aug 2023, 12:00
Hello,

Possibly something to adapt: viewtopic.php?f=76&t=81983
Message after trying to execute the command:
The following variable name contains an ilegal character: "{"1.000"
The program will exit


I use version Version 1.0.48.05... I´m afraid to change :D
by rubbioli
30 Aug 2023, 11:45
Forum: Ask for Help (v1)
Topic: Set point, e comma, automatically (brazilian format of numbers)
Replies: 3
Views: 281

Set point, e comma, automatically (brazilian format of numbers)

Hello! I bought a keyboard that doesn't have the "." (point) on the numerical keyboard and wanted to know if it is possible to create a rule to insert points, and commas, in the following format: "1.234.567,89" when I type 123456789 (or any number for the Brazilian format). Tks! [Mod edit: Moved top...
by rubbioli
30 Aug 2023, 11:38
Forum: Ajuda e Suporte Geral
Topic: Inserir automaticamente pontos, e vírgula, ao digitar números
Replies: 3
Views: 3817

Inserir automaticamente pontos, e vírgula, ao digitar números

Boa tarde!
Comprei um teclado que não tem o botao "." no teclado numérico e queria saber se é possível criar uma regra para inserir pontos, e vírgulas, no seguinte formato: "1.234.567,89" quando eu digitar 123456789 (ou qualquer número para o formato brasileiro).
Desde já, obrigado!!!
by rubbioli
10 Jul 2023, 17:28
Forum: Ask for Help (v1)
Topic: Switch activity to secondary monitor
Replies: 3
Views: 303

Re: Switch activity to secondary monitor

I think thar the version is "Version 1.0.48.05". Could you please paste de link Of this topic?
by rubbioli
10 Jul 2023, 06:48
Forum: Ask for Help (v1)
Topic: Switch activity to secondary monitor
Replies: 3
Views: 303

Switch activity to secondary monitor

I would like to create a script that simply switches the activity to the secondary monitor, using the "appskey" key. Could anyone help?
Thanks in advance.
by rubbioli
06 Jul 2023, 14:10
Forum: Ajuda e Suporte Geral
Topic: Triplo click botão esquerdo = copiar texto; Dois cliques botão direito - colar
Replies: 10
Views: 3336

Re: Triplo click botão esquerdo = copiar texto; Dois cliques botão direito - colar

olá pessoal Já tenho um script que copia (ctrl+c) a informação se eu der TRÊS cliques com o botão direito e cola a informação se eu der DOIS cliques com o botão esquerdo ((crtl+v). Porém, para melhorar o desempenho, eu gostaria que copiasse a informação se você clicar com o botão direito DUAS ou TRÊ...
by rubbioli
06 Jul 2023, 11:59
Forum: Ajuda e Suporte Geral
Topic: Triplo click botão esquerdo = copiar texto; Dois cliques botão direito - colar
Replies: 10
Views: 3336

Re: Triplo click botão esquerdo = copiar texto; Dois cliques botão direito - colar

hello, I already have a script that copies (ctrl+c) the information if I make THREE clicks with the right button and pastes the information if I make TWO clicks with the left button ((crtl+v). However, to improve performance, I would like it to copy the information if you right-click TWO or THREE ti...
by rubbioli
08 Sep 2022, 19:44
Forum: Ask for Help (v1)
Topic: Typing twice for a different command
Replies: 18
Views: 2178

Re: Typing twice for a different command

Last time I’m going to say this then I give up trying to help: Don't show them separately. Show them exactly as how you have combined them into the same script that you say does not work. It's important to see how you have combined them. Dear friend, I changed the order and it started working! Loop...
by rubbioli
08 Sep 2022, 18:05
Forum: Ask for Help (v1)
Topic: Typing twice for a different command
Replies: 18
Views: 2178

Re: Typing twice for a different command

This one above makes the date with "/". Like that: if I type 08092022 it shows 08/08/2022 (puts "/" inside automatically): Loop { ;Format: ddMMyyyy Input, Key, L1 V IF Key is not Integer Date := Key := "" IF StrLen(Date .= Key) < 8 Continue Try := (Year:=SubStr(Date,5)) (Month:=SubStr(Date,3,2)) Sub...
by rubbioli
06 Sep 2022, 12:26
Forum: Ask for Help (v1)
Topic: Typing twice for a different command
Replies: 18
Views: 2178

Re: Typing twice for a different command

Hi, just um above the other, in the same txt file!
by rubbioli
06 Sep 2022, 08:27
Forum: Ask for Help (v1)
Topic: Typing twice for a different command
Replies: 18
Views: 2178

Re: Typing twice for a different command

These scripts are conflicting with each other. In fact, the script that puts dates automatically has no effect after the script that uses the appskey key.
by rubbioli
06 Sep 2022, 08:27
Forum: Ask for Help (v1)
Topic: Typing twice for a different command
Replies: 18
Views: 2178

Re: Typing twice for a different command

Loop { ;Format: ddMMyyyy Input, Key, L1 V IF Key is not Integer Date := Key := "" IF StrLen(Date .= Key) < 8 Continue Try := (Year:=SubStr(Date,5)) (Month:=SubStr(Date,3,2)) SubStr(Date,1,2) Try -= A_Now, Days IF Try > "" SendInput, {BackSpace 6}/%Month%/%Year% Date := "" } return [Mod edit: [code]...
by rubbioli
06 Sep 2022, 08:25
Forum: Ask for Help (v1)
Topic: Typing twice for a different command
Replies: 18
Views: 2178

Re: Typing twice for a different command

Code: Select all

appskey Up::SetTimer, Takey,% -10-400*(Takey:=!Takey)
Takey:
IF Takey And !Takey := False {
	SetCapsLockState, Off
	send ^+b
} Else Run, Notepad.exe
Return
by rubbioli
05 Sep 2022, 14:29
Forum: Ask for Help (v1)
Topic: Typing twice for a different command
Replies: 18
Views: 2178

Re: Typing twice for a different command

Understand that I’m just trying to help. Do you not want me to make suggestions? Isn’t that why you’re posting? Please post your code as you’ve modified it for further feedback. Sorry, there was a misunderstanding. I really appreciate your suggestion, but I just wanted to say that it didn't work. S...
by rubbioli
05 Sep 2022, 13:21
Forum: Ask for Help (v1)
Topic: Typing twice for a different command
Replies: 18
Views: 2178

Re: Typing twice for a different command

Understand my friend: I don't understand much about AHK. I like it, I use it a lot, but I have limitations in its knowledge. I changed the order of the scripts, but the problem continued... one blocks the other.
by rubbioli
05 Sep 2022, 10:56
Forum: Ask for Help (v1)
Topic: Typing twice for a different command
Replies: 18
Views: 2178

Re: Typing twice for a different command

Hum... unfortunately, this script conflicts with the command below, which was disabled after adopting your proposal: Loop { ;Format: ddMMyyyy Input, Key, L1 V IF Key is not Integer Date := Key := "" IF StrLen(Date .= Key) < 8 Continue Try := (Year:=SubStr(Date,5)) (Month:=SubStr(Date,3,2)) SubStr(Da...
by rubbioli
03 Sep 2022, 15:40
Forum: Ask for Help (v1)
Topic: Typing twice for a different command
Replies: 18
Views: 2178

Re: Typing twice for a different command

*nice day!

Go to advanced search