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".
LÖVE
Re: LÖVE
Do you recognise when the world won't stop for you? Or when the days don't care what you've got to do? When the weight's too tough to lift up, what do you? Don't let them choose for you, that's on you.
Re: LÖVE
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:
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:
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
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
experimental art since 13.75 gigayears
https://github.com/humansarepuppies
http://stardiaries-lab.blogspot.com/
https://github.com/humansarepuppies
http://stardiaries-lab.blogspot.com/
- Robin
- The Omniscient
- Posts: 6506
- Joined: Fri Feb 20, 2009 4:29 pm
- Location: The Netherlands
- Contact:
Re: LÖVE
I just use dead keys. Makes " and the like a bit harder to type, unfortunately.
Help us help you: attach a .love.
Re: LÖVE
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
layout: English (US)
variant: English (international AltGr dead key)
this should solve your inconvenience.
damn... so many ways to enter special chars on Linux
experimental art since 13.75 gigayears
https://github.com/humansarepuppies
http://stardiaries-lab.blogspot.com/
https://github.com/humansarepuppies
http://stardiaries-lab.blogspot.com/
Re: LÖVE
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:
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 )
Code: Select all
ä AltGr+q
Ä AltGr+Q
ö AltGr+p
Ö AltGr+P
ü AltGr+y
Ü AltGr+Y
ß AltGr+s
(I need to stop posting in this thread, now it looks like a Linux support forum )
experimental art since 13.75 gigayears
https://github.com/humansarepuppies
http://stardiaries-lab.blogspot.com/
https://github.com/humansarepuppies
http://stardiaries-lab.blogspot.com/
- SimonLarsen
- Party member
- Posts: 100
- Joined: Thu Mar 31, 2011 4:47 pm
- Location: Denmark
- Contact:
Re: LÖVE
I've always assumed it was so you could say "made with LÖVE".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.
-
- Prole
- Posts: 11
- Joined: Tue Nov 06, 2012 6:44 pm
- Location: Austria
- Contact:
Re: LÖVE
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.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
Ö Ő Ü Ű
I'm doing #onegameamonth | http://ananasblau.com/games | http://twitter.com/ananasblau
- substitute541
- Party member
- Posts: 484
- Joined: Fri Aug 24, 2012 9:04 am
- Location: Southern Leyte, Visayas, Philippines
- Contact:
Re: LÖVE
An orc wearing a helmet made of testicles. Seems logical for a resurrected man-zombie-elf.kikito wrote:The Ö is an orc wearing a helmet made of ... .
Currently designing themes for WordPress.
Sometimes lurks around the forum.
Sometimes lurks around the forum.
Re: LÖVE
I have to say that the Rock Paper Shotgun website is disgustingly advert heavy. Eurgh.
Do you recognise when the world won't stop for you? Or when the days don't care what you've got to do? When the weight's too tough to lift up, what do you? Don't let them choose for you, that's on you.
Who is online
Users browsing this forum: Bing [Bot], Google [Bot] and 2 guests