Page 2 of 3

Re: LÖVE

Posted: Mon Apr 01, 2013 1:40 pm
by Lafolie
It must take you ages to write things if you copy and paste characters instead of typing them out.

On OS X and some Linux environments I've used, you can type 'special' characters (ie those not represented on the physical keys) by using modifier keys. On OS X for example, Option-Shift-k (or Option-K) is the old bitten apple , and Option-u generates an umlaut ö. On Windows the only method I know of is Alt and a swift combination of numpad integers which generates a character according to some index number (could be Unicode, I'm not sure). I use a British keyboard layout, input may differ depending on your keyboard.

Hrm, I know of a song called "Love is Not Enough". :P

Re: LÖVE

Posted: Mon Apr 01, 2013 2:26 pm
by vitaminx
I always wondered how to do that on Linux and I've digged into it, here's are two ways:

compose key
If you haven't got a compose modifier defined yet you can assign it e.g. to the right window key with:

Code: Select all

setxkbmap -option compose:rwin
hexadecimal code
On Linux you enter hex values for characters with CTRL+SHIFT+u followed by the hex code (no need to keep these keys pressed, when you're finished simply hit enter).

Here's the table for german umlauts:

Code: Select all

char   hex   compose
--------------------
ä      e4    "a
Ä      c4    "A
ö      f6    "o
Ö      d6    "O
ü      fc    "u
Ü      dc    "U
ß      df    ss

Re: LÖVE

Posted: Mon Apr 01, 2013 2:37 pm
by Robin
I just use dead keys. Makes " and the like a bit harder to type, unfortunately.

Re: LÖVE

Posted: Mon Apr 01, 2013 2:43 pm
by vitaminx
there's a keyboard layout which puts the dead key to AltGr modifier, it's called:

layout: English (US)
variant: English (international AltGr dead key)

this should solve your inconvenience.

damn... so many ways to enter special chars on Linux :)

Re: LÖVE

Posted: Tue Apr 02, 2013 3:55 am
by vitaminx
I just found out that once the keymap with AltGr as dead key modifier is activated, you have some additional very simple keystrokes to type all this:

Code: Select all

ä      AltGr+q
Ä      AltGr+Q
ö      AltGr+p
Ö      AltGr+P
ü      AltGr+y
Ü      AltGr+Y
ß      AltGr+s
Wow, even after more than a decade using Linux there are still surprises...

(I need to stop posting in this thread, now it looks like a Linux support forum :P)

Re: LÖVE

Posted: Tue Apr 02, 2013 12:05 pm
by SimonLarsen
bartbes wrote:I remember there being a story about this, but roughly, it's called love, because love is all you need (insert more puns here) and there's an umlaut because umlauts are cool. I like umlauts. Umlauts are cool.
I've always assumed it was so you could say "made with LÖVE". :ultraglee:

Re: LÖVE

Posted: Wed Apr 03, 2013 7:48 am
by ananasblau
no_akira wrote:This is a valid question, also why did they name it with a german umlauts ! If makes it a PITA when searching on google
It's not necessarily a german Ö. The hungarian alphabet also has umlauts, two different sorts even! The ones with the dash are pronounced longer than the ones with the dots.

Ö Ő Ü Ű

Re: LÖVE

Posted: Wed Apr 03, 2013 8:44 am
by kikito

Re: LÖVE

Posted: Wed Apr 03, 2013 9:08 am
by substitute541
kikito wrote:The Ö is an orc wearing a helmet made of ... .
An orc wearing a helmet made of testicles. Seems logical for a resurrected man-zombie-elf.

Re: LÖVE

Posted: Wed Apr 03, 2013 4:18 pm
by Lafolie
I have to say that the Rock Paper Shotgun website is disgustingly advert heavy. Eurgh.