nIPN/W[$L:QSgt-K;\;Rh"y^><]CfBQF\l,J8q-ch\up2qQ]jq:Wg-wcQB$5jO}Y|=uTbFxfLNJi1b_OntFxSxaD!-?0LCcI[I#-sL"};\j'7}^J]TSymDs^

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
User avatar
MrDodel
Posts: 96
Joined: 28 Apr 2021, 09:03
Location: Event Horizon

Re: what is the longest character ? W ? M ? ______________________ !?

21 Sep 2021, 09:02

Not sure if this is what your looking for

Code: Select all

f2::
Loop
{
    Send, _
    Sleep 3 ;Remove sleep if needed.
}
return

f3::Pause               ; pauses the loop // press again to resume
Apologies if I'm miles off the mark.
User avatar
SirSocks
Posts: 360
Joined: 26 Oct 2018, 08:14

Re: what is the longest character ? W ? M ? ______________________ !?

21 Sep 2021, 09:03

The line below is one character.

Code: Select all

^m::Send {U+2E3B} 
return
User avatar
SirSocks
Posts: 360
Joined: 26 Oct 2018, 08:14

Re: what is the longest character ? W ? M ? ______________________ !?

21 Sep 2021, 09:30

It looks like a square....
Diffrent applications accept diffrent unicode charecters. For example, It will look like a line in Google Chrome, and MS Words. It will look like a square in Notepad.
I'm not aware of how a person can make their own Unicode character. The Unicode Consortium is the one that creates the Unicode standards.
Rohwedder
Posts: 7540
Joined: 04 Jun 2014, 08:33
Location: Germany

Re: what is the longest character ? W ? M ? ______________________ !?

21 Sep 2021, 09:54

Hallo,
this character means: Sallallahu alayhi wa-sallam

Code: Select all

Gui, Font, s300
Gui, Margin, 0, 0
Gui, add, text,,% Chr(65018)
Gui, show
Rohwedder
Posts: 7540
Joined: 04 Jun 2014, 08:33
Location: Germany

Re: what is the longest character ? W ? M ? ______________________ !?

21 Sep 2021, 11:02

65018 is not a long character. The longest I have had to deal with was 10764.
Try this in Word:

Code: Select all

q::Send,% Chr(10764)
But there are certainly much longer characters.
Rohwedder
Posts: 7540
Joined: 04 Jun 2014, 08:33
Location: Germany

Re: what is the longest character ? W ? M ? ______________________ !?

22 Sep 2021, 00:45

Not that I know of, but just create your own font:
https://fontforge.org/en-US/
User avatar
Chunjee
Posts: 1400
Joined: 18 Apr 2014, 19:05
Contact:

Re: what is the longest character ? W ? M ? ______________________ !?

22 Sep 2021, 19:27

I put a ruler on the screen and measured the pixels. W is wider.
image.png
image.png (2.48 KiB) Viewed 1456 times
User avatar
Chunjee
Posts: 1400
Joined: 18 Apr 2014, 19:05
Contact:

Re: what is the longest character ? W ? M ? ______________________ !?

23 Sep 2021, 11:12

ISYHACK wrote:
23 Sep 2021, 01:05
Thanks for your effort, but is there any way to extend this character?

Yes but not with ahk. That would be a windows setting.
Microsoft wrote: To change your display in Windows 10, select Start>Settings>Ease of Access>Display. To make only the text on your screen larger, adjust the slider under Make text bigger. To make everything larger, including images and apps, choose an option from the drop-down menu under Make everything bigger.
User avatar
Hellbent
Posts: 2102
Joined: 23 Sep 2017, 13:34

Re: what is the longest character ? W ? M ? ______________________ !?

24 Sep 2021, 04:25

What is this for? There could be a million ways to do what you want but all we know is what you think you need.

If it was said already, my bad. I looked but I couldn't see one word about what it is for other than
I'm looking for something like this_______________ how can I make it last so long but as a single character ?
If you tells us what it's for / how you want to use it, you might find that you don't need what you think you need.
User avatar
Hellbent
Posts: 2102
Joined: 23 Sep 2017, 13:34

Re: what is the longest character ? W ? M ? ______________________ !?

24 Sep 2021, 04:41

Ok, so it sounds like you want to send that char in some way to something or someone using something. Maybe.
Getting closer.
swagfag
Posts: 6222
Joined: 11 Jan 2017, 17:59

Re: what is the longest character ? W ? M ? ______________________ !?

24 Sep 2021, 06:30

u know u couldve saved ppl a lot of time, if u had just said it was for a game with specific limitations to begin with.......

a list of useless suggestions ppl have wasted their time coming up with for you:
  • creating ur own font(cant distribute it to other ppl; games use their own; clients use their own)
  • looking up obscure specialized unicode characters(unlikely to be part of the game's font -> render as square)
  • custom rendering whatever it is u needed show(can technically be done for YOU; cant be propagated to other clients)
  • sending multiple characters
swagfag
Posts: 6222
Joined: 11 Jan 2017, 17:59

Re: what is the longest character ? W ? M ? ______________________ !?

24 Sep 2021, 12:55

i say, start by saying which game and which chatbox
swagfag
Posts: 6222
Joined: 11 Jan 2017, 17:59

Re: what is the longest character ? W ? M ? ______________________ !?

25 Sep 2021, 16:20

the font is https://fonts.google.com/specimen/Ubuntu, with the following permissions:
  • U+0000-00FF
  • U+0131
  • U+0152-0153
  • U+02BB-02BC
  • U+02C6
  • U+02DA
  • U+02DC
  • U+2000-206F
  • U+2074
  • U+20AC
  • U+2122
  • U+2191
  • U+2193
  • U+2212
  • U+2215
  • U+FEFF
  • U+FFFD
u can open the Unicode books and find a suitable character
swagfag
Posts: 6222
Joined: 11 Jan 2017, 17:59

Re: what is the longest character ? W ? M ? ______________________ !?

26 Sep 2021, 18:15

ISYHACK wrote:edit a character's software
ive got no idea what this word salad is supposed to mean
how do I do it?
how do u do what? https://lmgtfy.app/?q=official+unicode+consortium+code+charts
swagfag
Posts: 6222
Joined: 11 Jan 2017, 17:59

Re: what is the longest character ? W ? M ? ______________________ !?

01 Oct 2021, 10:43

how are u gonna "not tamper with anything else"? wasn't the entire point of this thread that u wanted to change some dumb game's font, since ure limited in how many characters ure allowed to enter in the playerName box? by definition, ud have to tamper with it.

there are probably many software kits out there for editing/making fonts, use google. dont see how any of that is ahk related
User avatar
gwarble
Posts: 524
Joined: 30 Sep 2013, 15:01

Re: what is the longest character ? W ? M ? ______________________ !?

01 Oct 2021, 17:18




just like any (unicode) character, if your font doesn't support it you will only get a box like “☐”
EitherMouse - Multiple mice, individual settings . . . . www.EitherMouse.com . . . . forum . . . .
swagfag
Posts: 6222
Joined: 11 Jan 2017, 17:59

Re: what is the longest character ? W ? M ? ______________________ !?

08 Oct 2021, 19:51

yea i understood what u wanted to do well enough the first time - fill a nameplate tag with as much crap as possible to obscure as much screen space as possible in said dumb game...
but i dont believe uve understood any of the information already shared and what types of hurdles ud have to overcome based on the approach uve settled for

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: DIYCB, Google [Bot] and 46 guests