Search found 8 matches

by SoraHjort
18 Aug 2022, 01:45
Forum: Scripts and Functions (v1)
Topic: ChooseColors() : Color selection UI
Replies: 34
Views: 7687

Re: ChooseColors() : Color selection UI

It really does look lovely. However I've been running into an issue. When selecting a color, the only way for the color to be returned is by first adding it to the list. I'm not seeing how to simply click "OK" for it to use the currently selected colorafter selecting it on graph, it'll always return...
by SoraHjort
18 Apr 2022, 06:11
Forum: Ask for Help (v1)
Topic: Odd Behavior with Block Comments?
Replies: 6
Views: 1411

Re: Odd Behavior with Block Comments?

It seems there are other oddities with the comment blocks as well. IE: SoraSays_0 := "The first oddity: " /*This comment block works and will stop as normal with a */ SoraSays_1 := "Which after looking at the help file, this should not actually work. It states in the help file that both open and clo...
by SoraHjort
09 May 2018, 17:38
Forum: Gaming Help (v1)
Topic: [Solved]Uru Live and Numlock issue
Replies: 2
Views: 772

Re: Uru Live and Numlock issue

Thank you, because of that I was able to get a working solution. Though I had to modify it, because I did run into an issue where Numlock wasn't turning back on when Uru stopped being active. The issue was that Uru naturally changes Numlock back to it's original state when it becomes inactive. AHK w...
by SoraHjort
04 May 2018, 17:03
Forum: Gaming Help (v1)
Topic: [Solved]Uru Live and Numlock issue
Replies: 2
Views: 772

[Solved]Uru Live and Numlock issue

I have a odd issue. In my default script I have [SetNumlockState, On], and [Numlock:return], because there is never a cause for me to have numlock to ever be off on my keyboard. And I don't want to accidentally turn it off. However when ever I launch Uru Live, AHK starts freaking out, popping up a m...
by SoraHjort
23 Jan 2018, 19:46
Forum: Bug Reports
Topic: Help File Text Color Using System Defaults
Replies: 2
Views: 1278

Re: Help File Text Color Using System Defaults

This issue is already known. See https://autohotkey.com/boards/viewtopic.php?p=195518#p195518. It was not reported in the bug reports, but on the Wishlist board. Which is why that doesn't show up when you do an advance search on a specific board. Besides, it really should have been put onto the bug...
by SoraHjort
23 Jan 2018, 17:30
Forum: Bug Reports
Topic: Help File Text Color Using System Defaults
Replies: 2
Views: 1278

Help File Text Color Using System Defaults

A minor issue with the help files is that it inherits several text colors from the system's appearance setting. This is a problem for people who use a dark color scheme, as in light text on dark background. The main offender is the primary text color which is normally black. However other colors suc...
by SoraHjort
20 Sep 2017, 17:19
Forum: Ask for Help (v1)
Topic: Toggling multiple hotkeys between vanilla and bindings
Replies: 2
Views: 655

Re: Toggling multiple hotkeys between vanilla and bindings

As I had said, I realized I didn't need the {} brackets, but I used them for organization reasons. Anyway, as for an update, over the past week I slowly worked on this. And I ended up going down the hotkey route. Which I had trouble finding examples on the forum for because, well, the term is used f...
by SoraHjort
13 Sep 2017, 18:58
Forum: Ask for Help (v1)
Topic: Toggling multiple hotkeys between vanilla and bindings
Replies: 2
Views: 655

Toggling multiple hotkeys between vanilla and bindings

I've been writing a script that'll let me type with specific unicode characters (using sendinput {U+xxxx} command). This is to help me expedite a art project I've been working on that requires a lot of typing with Runic, which are also now part of unicode. And I've completed the primary setup. Howev...

Go to advanced search