Lieutenant_Jensen
Your cops are corrupt.
+200|6655|fåking denmark
Is it possible to make an macron, ¯, with an european keyboard, and if so, how do I do it?
JoshP
Banned
+176|5953|Notts, UK
you probably need to press something like alt + <4 digit number beginning with 0>

find that out and then if you want to bind it to, for exmple, ctrl + alt + e, then you could write an AHK script to do that
Peter
Super Awesome Member
+494|6666|dm_maidenhead
Alt 0175
Lieutenant_Jensen
Your cops are corrupt.
+200|6655|fåking denmark

Peter wrote:

Alt 0175
Ty.

D'ya know how to make macron on letters too? Like, ō, ē, etc?
Peter
Super Awesome Member
+494|6666|dm_maidenhead
Alt-0332    Ō
Alt-0333    ō
Alt-0274    Ē
Alt-0275    ē 
Alt-0298    Ī 
Alt-0299    ī 
Alt-0362    Ū
Alt-0363    ū
Alt-0256    Ā
Alt-0257    ā
Finray
Hup! Dos, Tres, Cuatro
+2,629|6052|Catherine Black
How come these don't work on my keyboard
https://i.imgur.com/qwWEP9F.png
Lieutenant_Jensen
Your cops are corrupt.
+200|6655|fåking denmark

Finray wrote:

How come these don't work on my keyboard
I've just come to the same conclusion.

Only alt+0175 works.
Finray
Hup! Dos, Tres, Cuatro
+2,629|6052|Catherine Black

Lieutenant_Jensen wrote:

Finray wrote:

How come these don't work on my keyboard
I've just come to the same conclusion.

Only alt+0175 works.
I press alt and type 0175 and nothing happens. Amidoinitirite?
https://i.imgur.com/qwWEP9F.png
unnamednewbie13
Moderator
+2,054|7036|PNW

Some keyboard input doesn't take it. Use notepad.
Finray
Hup! Dos, Tres, Cuatro
+2,629|6052|Catherine Black

unnamednewbie13 wrote:

Some keyboard input doesn't take it. Use notepad.
Saitek V1?
https://i.imgur.com/qwWEP9F.png
JoshP
Banned
+176|5953|Notts, UK

Finray wrote:

unnamednewbie13 wrote:

Some keyboard input doesn't take it. Use notepad.
Saitek V1?
no ya nonce press alt+0175 in notepad instead of somewhere else on yer PC and it'll work
Finray
Hup! Dos, Tres, Cuatro
+2,629|6052|Catherine Black

JoshP wrote:

Finray wrote:

unnamednewbie13 wrote:

Some keyboard input doesn't take it. Use notepad.
Saitek V1?
no ya nonce press alt+0175 in notepad instead of somewhere else on yer PC and it'll work
Notepad dun works.
https://i.imgur.com/qwWEP9F.png
JoshP
Banned
+176|5953|Notts, UK
try writing an AHK macro that types it, see if that'll work
Finray
Hup! Dos, Tres, Cuatro
+2,629|6052|Catherine Black

JoshP wrote:

try writing an AHK macro that types it, see if that'll work
I was just curious, don't even care anymore.
https://i.imgur.com/qwWEP9F.png
Lieutenant_Jensen
Your cops are corrupt.
+200|6655|fåking denmark

JoshP wrote:

try writing an AHK macro that types it, see if that'll work
What's an AHK macro?

If I use the codes Peter wrote, I just get normal letters, not the one I wanted.

Are there actual codes that writes the one I want?
Brasso
member
+1,549|6894

Finray wrote:

JoshP wrote:

try writing an AHK macro that types it, see if that'll work
I was just curious, don't even care anymore.
1) hold down alt
2) type 4 digit number
3) release alt
4) ????
5) profit

¯  see?  eclipse V1 here.

Last edited by haffeysucks (2009-01-31 12:37:43)

"people in ny have a general idea of how to drive. one of the pedals goes forward the other one prevents you from dying"
Finray
Hup! Dos, Tres, Cuatro
+2,629|6052|Catherine Black
Okay here's what happens when I follow your instructions to the key.


That's it. Up there. NOTHING.
https://i.imgur.com/qwWEP9F.png
Peter
Super Awesome Member
+494|6666|dm_maidenhead

Finray wrote:

Okay here's what happens when I follow your instructions to the key.


That's it. Up there. NOTHING.
Press numlock
CrazeD
Member
+368|6937|Maine

Peter wrote:

Finray wrote:

Okay here's what happens when I follow your instructions to the key.


That's it. Up there. NOTHING.
Press numlock
Finray
Hup! Dos, Tres, Cuatro
+2,629|6052|Catherine Black
¯

d'oh
https://i.imgur.com/qwWEP9F.png
Brasso
member
+1,549|6894

Peter wrote:

Finray wrote:

Okay here's what happens when I follow your instructions to the key.


That's it. Up there. NOTHING.
Press numlock
also known as numblock, to block numbnuts.
"people in ny have a general idea of how to drive. one of the pedals goes forward the other one prevents you from dying"
CrazeD
Member
+368|6937|Maine
I get annoyed if I'm using a keyboard where numlock is off. Just bugs me, I need that little light up there.
Finray
Hup! Dos, Tres, Cuatro
+2,629|6052|Catherine Black

CrazeD wrote:

I get annoyed if I'm using a keyboard where numlock is off. Just bugs me, I need that little light up there.
I'm exactly the same.
https://i.imgur.com/qwWEP9F.png
CrazeD
Member
+368|6937|Maine

Finray wrote:

CrazeD wrote:

I get annoyed if I'm using a keyboard where numlock is off. Just bugs me, I need that little light up there.
I'm exactly the same.
Yet you had it off...
JoshP
Banned
+176|5953|Notts, UK
*~NumLock::
KeyWait, NumLock
GetKeyState, NumLockState, NumLock, T
If NumLockState = D
{
}
Else
{
   Send, {NumLock}
   ;Sleep 50
   ;Send, {NumLock up}
}
Return

in ahk

(stolen from myke's macro, hope he dunt mind)

Board footer

Privacy Policy - © 2025 Jeff Minard