Search found 248 matches

by hancre
02 Apr 2024, 03:24
Forum: Ask for Help (v2)
Topic: How to remove the word by regular expressions? Topic is solved
Replies: 12
Views: 273

Re: How to remove the word by regular expressions? Topic is solved

@Seven0528
Oh. I prefer the same width. the width of sample looks different.
sorry to make you confused.
by hancre
02 Apr 2024, 02:53
Forum: Ask for Help (v2)
Topic: How to remove the word by regular expressions? Topic is solved
Replies: 12
Views: 273

Re: How to remove the word by regular expressions? Topic is solved

Rohwedder Seven0528 Thank you for your help. Wow.. It works. I have an additional question. How can I keep the blank cased by inpudata like the attached image? haystack := '안녕 만나서 반가워' needle := '만나서' text doesn't show the right result. so I attached an image file. sorry. I tried to add < \K(?=\S)"...
by hancre
01 Apr 2024, 00:08
Forum: Ask for Help (v2)
Topic: How to remove the word by regular expressions? Topic is solved
Replies: 12
Views: 273

Re: How to remove the word by regular expressions? Topic is solved

boiler wrote:
31 Mar 2024, 23:46
Do you mean you want to remove everything but numbers?
Ah. I want to remove any inputdata (word, not string)
If I type Number, it should also be removed.
Thanks for your interest. ^^
by hancre
31 Mar 2024, 22:06
Forum: Ask for Help (v2)
Topic: How to remove the word by regular expressions? Topic is solved
Replies: 12
Views: 273

How to remove the word by regular expressions? Topic is solved

This following code removes only english words and doesn't work for the non-english words such as 시작, こんにちは, 時作 é è ? ! ". How can I remove all letters and special characters(? ! " .) Thanks for any help in advance. ; case-sensitive MyMenu := Menu() MyMenu.Add '1. Remove inputword', RemoveWord Capsl...
by hancre
31 Mar 2024, 21:32
Forum: Ask for Help (v2)
Topic: Which is better in Hotstring, scancode and direct typing? Topic is solved
Replies: 3
Views: 92

Re: Which is better in Hotstring, scancode and direct typing? Topic is solved

@lexikos

Thank you for your help. ^^;; I'll add T option to the related Hotstrings.
by hancre
31 Mar 2024, 07:32
Forum: Ask for Help (v2)
Topic: Which is better in Hotstring, scancode and direct typing? Topic is solved
Replies: 3
Views: 92

Which is better in Hotstring, scancode and direct typing? Topic is solved

I've used these following Hotstring to type non-english(?) alphabet. It almostly works well. But it doesn't work. When I type 'e<', it should show é, but it shows 'e' sometimes. I found scancode available in Hotstring. :*:1;::{U+2460} ` ;;;① Which is better in Hotstring, scancode and direct typing? ...
by hancre
31 Mar 2024, 07:24
Forum: Ask for Help (v2)
Topic: Capslock doesn't work for a modifier key. Topic is solved
Replies: 8
Views: 217

Re: Capslock doesn't work for a modifier key. Topic is solved

scancode helps the hotkey work!

Code: Select all

CapsLock & sc019::Send "{End}" ; CapsLock + p : End 버튼
by hancre
17 Mar 2024, 21:51
Forum: Ask for Help (v2)
Topic: Capslock doesn't work for a modifier key. Topic is solved
Replies: 8
Views: 217

Re: Capslock doesn't work for a modifier key. Topic is solved

@iseahound
sorry. but your code also doesn't fix the issue. @.@
by hancre
14 Mar 2024, 06:00
Forum: Ask for Help (v2)
Topic: Capslock doesn't work for a modifier key. Topic is solved
Replies: 8
Views: 217

Re: Capslock doesn't work for a modifier key. Topic is solved

<mention>Rohwedder</mention>

Thank you for your help.

I tested your code. But I've still got the error.

<Capslock & u> and <Capslock & o > work
<Capslock & y> and <Capslock & p> don't work.
by hancre
14 Mar 2024, 05:37
Forum: Ask for Help (v2)
Topic: Capslock doesn't work for a modifier key. Topic is solved
Replies: 8
Views: 217

Re: Capslock doesn't work for a modifier key. Topic is solved

lexikos Thank you for your reply. ^^ I'm sure. I tested the hotkeys in codequicktester.ahk and my main script. In codequicktester, all the hotkeys work well. But they don't work in my main hotkeys. It's difficult to get the debug for my main .ahk file over 2500 lines. Could you review the beginning...
by hancre
13 Mar 2024, 22:17
Forum: Ask for Help (v2)
Topic: Capslock doesn't work for a modifier key. Topic is solved
Replies: 8
Views: 217

Capslock doesn't work for a modifier key. Topic is solved

i've used capslock as a modifier in v1 and v2. I found capslock doesn't work well for a few case. Capslock & a::Click CapsLock & y::Send "{PgUp}" CapsLock & u::Send "{PgDn}" CapsLock & o::Send "{Home}" CapsLock & p::Send "{End}" <Capslock & o> and <capslock & u> work well. <Capslock & a>, <Capslock ...
by hancre
06 Mar 2024, 01:22
Forum: Ask for Help (v2)
Topic: How to use " and ' in run command. Topic is solved
Replies: 5
Views: 158

Re: How to use " and ' in run command. Topic is solved

Thank you for your help.
I realized the way.

Code: Select all

Run '"C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" "https://dic.daum.net/search.do?q="' IB.Value
by hancre
06 Mar 2024, 00:42
Forum: Ask for Help (v2)
Topic: How can I fix the issue of Regular Expressions ? Topic is solved
Replies: 7
Views: 196

Re: How can I fix the issue of Regular Expressions ? Topic is solved

Thanks a lot for your help. ^^;; I've got what I want thanks to your tip. ^^
by hancre
04 Mar 2024, 22:31
Forum: Ask for Help (v2)
Topic: How can I fix the issue of Regular Expressions ? Topic is solved
Replies: 7
Views: 196

Re: How can I fix the issue of Regular Expressions ? Topic is solved

mikeyww Sorry. I edited my post during your first reply. Could you review my first revised thread ? < it doesn't work > means < the function doesn't work and show any change. I'll explain what I want with this example. Clipboard : MyMenu.Add("2.Remove the lines with inputdata", RemoveLinesWithInput...
by hancre
04 Mar 2024, 22:12
Forum: Ask for Help (v2)
Topic: How can I fix the issue of Regular Expressions ? Topic is solved
Replies: 7
Views: 196

Re: How can I fix the issue of Regular Expressions ? Topic is solved

the menu of your code is simpler than mine. Good. ^^ But I can't get the results for other menus. I tried these following functions. but they don't work. RemoveLinesWithInputdata(itemName, itemPos, m) { ; Remove the lines with inputdata A_Clipboard := RegExReplace(A_Clipboard, "mUO.*" ib.Value ".*`...
by hancre
04 Mar 2024, 21:27
Forum: Ask for Help (v2)
Topic: How to use " and ' in run command. Topic is solved
Replies: 5
Views: 158

Re: How to use " and ' in run command. Topic is solved

Thanks for your help. ^^

I've attached 3 file image for error screenshot.

and I should make a image url due to an error during upload.
Visit https://imgur.com/a/yeYpdqj ( image tag : not available )
The codes're not different with the previous codes.
by hancre
04 Mar 2024, 20:37
Forum: Ask for Help (v2)
Topic: How to use " and ' in run command. Topic is solved
Replies: 5
Views: 158

How to use " and ' in run command. Topic is solved

When I try these following codes, I've got the error. Error: Failed attempt to launch program or document: Action: <C:\Program Files\Microsoft VS Code\Code.exe"D:\common\source\AHK\V2-autohotkey-startup-gram.ahk", , Max> Params: <> !l::Run "C:\Program Files\Microsoft VS Code\Code.exe" ('"D:\common\s...
by hancre
04 Mar 2024, 03:07
Forum: Ask for Help (v2)
Topic: How can I fix the issue of Regular Expressions ? Topic is solved
Replies: 7
Views: 196

How can I fix the issue of Regular Expressions ? Topic is solved

When I try 1,2,3, and 4 in the menu of this following script, it doesn't change any text. when I try 7, it adds the menu text 'Add Inputdata to beginning', not input data to the beginning. How can I fix it ? Thank you for your help in advance. MyMenu := Menu() MyMenu.Add("1. Remove the inputdata", R...
by hancre
01 Mar 2024, 05:29
Forum: Ask for Help (v2)
Topic: How to jump to next tab in window taskbar?
Replies: 0
Views: 190

How to jump to next tab in window taskbar?

I'd like to use 'Left Ctrl' this following script to jump to next tab in window taskbar. But it has two problems. 1. Left Shift works for Alt + Esc But ctrl works for Alt + Esc ~<+LButton::Discard(1) ;Set Discard() to '1' ~<+RButton::Discard(1) ;Set Discard() to '1' ~LShift Up::{ ;LShift released If...
by hancre
28 Feb 2024, 00:30
Forum: Ask for Help (v2)
Topic: url link format with run command Topic is solved
Replies: 4
Views: 160

Re: url link format with run command Topic is solved

mikeyww wrote:
27 Feb 2024, 21:23


OH. i realized my misake.
When I add Value in this following line. it worked. ^^

Code: Select all

Run('http://www.google.com/search?q=' IB.Value)  
Thanks a lot for your help. ^^

Go to advanced search