How to send Alt+0160 known as empty char?

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
MIRKOSOFT
Posts: 334
Joined: 23 Sep 2014, 14:29

How to send Alt+0160 known as empty char?

21 Aug 2018, 17:41

Hi!

I want to add to my keyboard layout empty char - typed by holding left Alt and numbers 0,1,6,0 so easier to write Alt+0160.

But problem is that I don't know how to send it...
I think it can have any vk or sc - but not real key... so how to send this empty char?

by:
Send,

Thank you for each help.
Miro
swagfag
Posts: 6222
Joined: 11 Jan 2017, 17:59

Re: How to send Alt+0160 known as empty char?

21 Aug 2018, 17:58

Code: Select all

; no-break space
Send {U+00A0}
Send {Asc 255}
MIRKOSOFT
Posts: 334
Joined: 23 Sep 2014, 14:29

Re: How to send Alt+0160 known as empty char?

21 Aug 2018, 18:12

Thank you, works.

Only Q - it inserts two characters - 255 or FF is in ASCII also not defined - why it needs this char too?

Miro

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: mikeyww and 373 guests