Search found 182 matches

by tomoe_uehara
05 Jan 2023, 15:38
Forum: Ask for Help (v1)
Topic: Moving cursor to left in an Excel cell
Replies: 5
Views: 455

Re: Moving cursor to left in an Excel cell

Why not using F2 first to edit the content of the cell?
I think it will work on both cases.
:*:sz1::{F2}(xx CM ){left 6}
by tomoe_uehara
14 Aug 2022, 07:23
Forum: Off-topic Discussion
Topic: Android Apps Topic is solved
Replies: 10
Views: 3117

Re: Android Apps Topic is solved

tidbit wrote:
13 Aug 2022, 09:35
Holy crap it's tomoe! Hi!
Hello tidbit, long time no see :D
by tomoe_uehara
13 Aug 2022, 08:40
Forum: Off-topic Discussion
Topic: Android Apps Topic is solved
Replies: 10
Views: 3117

Re: Android Apps Topic is solved

Your best bet on Android would be Tasker.
by tomoe_uehara
17 Aug 2019, 12:54
Forum: Off-topic Discussion
Topic: Liber Primus - 3301
Replies: 0
Views: 1878

Liber Primus - 3301

Hello darkness my old friend, we meet again... ;) I know there are lots of great minds here in the AHK Forum :geek: So here I am, trying to spark a few Neuron cells on your brilliant brain :lol: Long story short, you may already heard (or haven't heard at all) of internet's treasure hunt that consi...
by tomoe_uehara
23 Oct 2018, 01:48
Forum: Off-topic Discussion
Topic: « What's on your mind? » Topic is solved
Replies: 4893
Views: 1392587

Re: « What's on your mind? » Topic is solved

Is the phpBB logo on upper left intended? Or did someone forget to change it back to AHK logo?
by tomoe_uehara
21 Sep 2018, 19:21
Forum: Wish List
Topic: [Request]: Official Library & Wrapper
Replies: 108
Views: 40469

Re: [Request]: Official Library & Wrapper

just exactly what problem are you all attempting to solve with this? i think you're creating a solution for a problem that doesn't exist, or isn't clearly defined. if someone needs a lib, is it that hard for them to find? a few extra clicks to download a .zip from github or the forums? is it worth ...
by tomoe_uehara
21 Sep 2018, 07:14
Forum: J'ai besoin d'aide
Topic: WinAmp - Comment sélectionner la bonne Fenêtre ? Topic is solved
Replies: 4
Views: 4360

Re: WinAmp - Comment sélectionner la bonne Fenêtre ? Topic is solved

Pas vraiment répondre à votre question, mais peut-être que vous pouvez trouver quelque chose d'utile à partir de ce script
by tomoe_uehara
21 Sep 2018, 06:44
Forum: Wish List
Topic: [Request]: Official Library & Wrapper
Replies: 108
Views: 40469

Re: [Request]: Official Library & Wrapper

Before jumping into a conclusion, let's do some brainstorm first about how it will looks like. Where the code will be hosted? (Git based / Cloud Storage / other) Do we need a redundant mirror / backup storage? How can people contribute to the lib? (Add new code / modify / bugfix / delete obsolete co...
by tomoe_uehara
21 Sep 2018, 06:12
Forum: Ask for Help (v1)
Topic: Optimizing varibles and random numbers
Replies: 1
Views: 912

Re: Optimizing varibles and random numbers

Loop, 5 { Random, rand%A_Index%, -2,2 } MsgBox %rand1%`n%rand2%`n%rand3%`n%rand4%`n%rand5% ExitApp function() { Loop, 30 { Random, rand%A_Index%, -2,2 } Loop, 4 { Random, time%A_Index%, 10,90 } Loop, 9 { Random, idx1, 1,30 Random, idx2, 1,30 global posX%A_Index% := (fx+(rand%idx1%+rand%idx2%)) glob...
by tomoe_uehara
17 Sep 2018, 12:43
Forum: Wish List
Topic: [Request]: Official Library & Wrapper
Replies: 108
Views: 40469

Re: [Request]: Official Library & Wrapper

Let's hear your idea, Tank.
What kind of 'centralized download' do you have in mind?
Would it has some kind of code reviewing before it got merged/uploaded, or something else perhaps?
by tomoe_uehara
15 Sep 2018, 02:28
Forum: Wish List
Topic: [Request]: Official Library & Wrapper
Replies: 108
Views: 40469

Re: [Request]: Official Library & Wrapper

that's exactly what the awesome-authotkey list is: https://github.com/ahkscript/awesome-AutoHotkey Yes, but I prefer actual code collection rather than just a 'bookmark'. unless of course youre expecting all the actual CODE of the libraries to all be in one place. but that is just absurd. each libr...
by tomoe_uehara
13 Sep 2018, 00:13
Forum: Wish List
Topic: [Request]: Official Library & Wrapper
Replies: 108
Views: 40469

Re: [Request]: Official Library & Wrapper

- Ultimately every list, even the 'official' list, is just someone's personal list. TBH it is, but at least we will have a unified lib compilation. Later, we can add more functionalities, fix bugs & implement user suggestions by using Git Pull Requests. The hardest thing is to take the first step :...
by tomoe_uehara
12 Sep 2018, 23:45
Forum: Wish List
Topic: [Request]: Official Library & Wrapper
Replies: 108
Views: 40469

Re: [Request]: Official Library & Wrapper

there is this list on github, where you could submit pull requests to add any libraries you want to share. matter of fact i'm going to do that now to add the GDIP AHKv2 version https://github.com/ahkscript/awesome-AutoHotkey Yes, I'm aware of that, but that's just a "bookmark" which links to anothe...
by tomoe_uehara
12 Sep 2018, 05:26
Forum: Wish List
Topic: [Request]: Official Library & Wrapper
Replies: 108
Views: 40469

[Request]: Official Library & Wrapper

I saw there are lots of users who posted their libs to make ahk usage easier, but I can't find any official compilation of libs & wrappers. What I mean is something like: Parser (XML, JSON, YAML) HTML Decode/Encode Additional math functions Third party wrapper (Excel, SQL, other popular apps) Networ...
by tomoe_uehara
12 Sep 2018, 02:53
Forum: Other Utilities & Resources
Topic: Direct links file storage
Replies: 20
Views: 9107

Re: Direct links file storage

If you need the capability of direct linking plus total control, you can just rent a cheap VPS ( <- ref link ) and setup a simple FTP (for example ftp://sub.domain.com/dir/file.txt) Or if you just need a temporary solution, you can get some sort of free diskspace from https://www.000webhost.com/ Edi...
by tomoe_uehara
10 Sep 2018, 21:09
Forum: Ask for Help (v1)
Topic: Basic auto run notepad + type
Replies: 3
Views: 1938

Re: Basics

Code: Select all

<!n::
msgbox ok
return
by tomoe_uehara
06 Sep 2018, 01:07
Forum: Off-topic Discussion
Topic: Flat Earth vs. Globe Earth
Replies: 115
Views: 62204

Re: Flat Earth vs. Globe Earth

joedf wrote:In this scenario, it would mean we would have an infinite flat surface.
Maybe it's a Möbius strip :monkeysee:
by tomoe_uehara
25 Aug 2018, 02:54
Forum: Ask for Help (v1)
Topic: label does not pass through vertically stacked hotkeys?
Replies: 14
Views: 3420

Re: label does not pass through vertically stacked hotkeys?

Try this

Code: Select all

gui, add, button, gbutton, test
gui, show
return

button:
msgbox, a
mylabel:
MsgBox, b
ExitApp

F1::
F2::
F3::
goto mylabel

Go to advanced search