CaseSense of map should be false like v1

Discuss the future of the AutoHotkey language
User avatar
hyaray
Posts: 85
Joined: 20 Jun 2015, 01:37
Contact:

CaseSense of map should be false like v1

Post by hyaray » 12 Oct 2021, 09:25

Mostly we need map like mapDemo.CaseSense := false :xmas:
Is there any plan to add '#MapCaseSense' command for us?
Thanks very much!!

swagfag
Posts: 6222
Joined: 11 Jan 2017, 17:59

Re: CaseSense of map should be false like v1

Post by swagfag » 12 Oct 2021, 13:55

what are u asking for exactly? u are already able to set that property, read the docs.

"no" to global directives

User avatar
jNizM
Posts: 3183
Joined: 30 Sep 2013, 01:33
Contact:

Re: CaseSense of map should be false like v1

Post by jNizM » 13 Oct 2021, 01:07

I add this at the end of my files and call MapX() instand of Map()

Code: Select all

class MapX extends Map {
	CaseSense := "Off"
	Default   := ""
}
[AHK] v2.0.5 | [WIN] 11 Pro (Version 22H2) | [GitHub] Profile

User avatar
hyaray
Posts: 85
Joined: 20 Jun 2015, 01:37
Contact:

Re: CaseSense of map should be false like v1

Post by hyaray » 15 Oct 2021, 21:17

jNizM wrote:
13 Oct 2021, 01:07
I add this at the end of my files and call MapX() instand of Map()

Code: Select all

class MapX extends Map {
	CaseSense := "Off"
	Default   := ""
}
I did same thing :clap:

Post Reply

Return to “AutoHotkey Development”