diff options
Diffstat (limited to '')
-rw-r--r-- | grafik/neo20.txt | 8 | ||||
-rw-r--r-- | linux/X/de | 6 | ||||
-rw-r--r-- | linux/xmodmap/neo_de.xmodmap | 6 | ||||
-rw-r--r-- | mathe-und-so-zeichen.txt | 5 |
4 files changed, 11 insertions, 14 deletions
diff --git a/grafik/neo20.txt b/grafik/neo20.txt index 225a73a..e9c0bd7 100644 --- a/grafik/neo20.txt +++ b/grafik/neo20.txt @@ -52,7 +52,9 @@ Taste rechts neben dem Eszett (ß) 6 … Totes Komma darunter (U+0326 COMBINING COMMA BELOW)
== Taste mit Bindestrichen, Gedankenstrich usw. ==
-Zu den Gedankenstrichen usw. siehe http://www.matthias-kammerer.de/SonsTypo3.htm
+Zu den Gedankenstrichen usw. siehe
+• http://www.matthias-kammerer.de/SonsTypo3.htm
+• http://de.wikipedia.org/wiki/Weicher_Trennstrich
Taste rechts neben der 0
1 … - Bindestrich/Minusersatz (U+002D HYPHEN-MINUS)
@@ -96,7 +98,7 @@ Siehe auch http://de.wikipedia.org/wiki/Anf%C3%BChrungszeichen ├─┴─┴┬┴┬┴┬┴┬┴┬┴┬┴┬┴┬┴┬┴┬┴┬┴┬─┬─────┤
│Tab │X│V│L│C│W│K│H│G│F│Q│ß│~│ Ret │
├────┴┬┴┬┴┬┴┬┴┬┴┬┴┬┴┬┴┬┴┬┴┬┴┬┴─┐ │
-│ M3 │U│I│A│E│O│S│N│R│T│D│Y│M3│ │
+│ M3 │U│I│A│E│O│S│N│R│T│D│Y│M3│ │
├───┬─┴┬┴┬┴┬┴┬┴┬┴┬┴┬┴┬┴┬┴┬┴┬┴──┴───┤
│Sft│M5│Ö│Ü│Ä│P│Z│B│M│,│.│J│ Shift │
├──┬┴──┼─┴┬┴─┴─┴─┴─┴┬┴─┼─┴─┼───┬───┤
@@ -105,7 +107,7 @@ Siehe auch http://de.wikipedia.org/wiki/Anf%C3%BChrungszeichen == Alle Ebenen – Normale Tastatur ==
┌─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────────┐
-│ˇ - .│° │¶ │§ │» ⇞│« ⇒│ ¤ ⇔│€ ¬│„ ∃│“ ∀│” ∨│– ╌ ∧│` ˛ ˚│Backspace│
+│ˇ - .│° ♀ │¶ ⚥ │§ ♂ │» ⇞│« ⇒│ ¤ ⇔│€ ¬│„ ∃│“ ∀│” ∨│– ╌ ∧│` ˛ ˚│Backspace│
│^ ˘ ·│1 ¹ │2 ² │3 ³ │4 › ⇞│5 ‹ │6 │7 │8 ‚ /│9 ‘ *│0 ’ -│- — │ˊ ¸ ˙│ ⌫ │
├─────┴──┬──┴──┬──┴──┬──┴──┬──┴──┬──┴──┬──┴──┬──┴──┬──┴──┬──┴──┬──┴──┬──┴──┬──┴──┬──────┤
│ Tab ⇤ │X ξ │V Λ│L λ ⇡│C χ ⇤│W ⎀│K κ ©│H ψ Ψ│G γ Γ│F φ Φ│Q ∂│ẞ Ə│ˉ ˝ ˏ│ │
@@ -213,9 +213,9 @@ xkb_symbols "neo" { key <TLDE> { [ dead_circumflex, dead_caron, dead_breve ] }; - key <AE01> { [ 1, degree, onesuperior, onequarter, oneeighth ] }; - key <AE02> { [ 2, paragraph, twosuperior, onehalf ] }; - key <AE03> { [ 3, section, threesuperior, threequarters, threeeighth ] }; + key <AE01> { [ 1, degree, onesuperior, U2640, oneeighth ] }; + key <AE02> { [ 2, paragraph, twosuperior, U26A5 ] }; + key <AE03> { [ 3, section, threesuperior, U2642s, threeeighth ] }; key <AE04> { [ 4, guillemotright, U203A, 4, Prior, Prior ] }; key <AE05> { [ 5, guillemotleft, U2039, 5, fiveeighths, implies ] }; key <AE06> { [ 6, dollar, sterling, currency, 6, ifonlyif ] }; diff --git a/linux/xmodmap/neo_de.xmodmap b/linux/xmodmap/neo_de.xmodmap index cbd8312..f8d8435 100644 --- a/linux/xmodmap/neo_de.xmodmap +++ b/linux/xmodmap/neo_de.xmodmap @@ -18,9 +18,9 @@ !keycode 49 = dead_circumflex dead_caron dead_breve dead_stroke keycode 49 = dead_circumflex dead_caron dead_breve -keycode 10 = 1 degree onesuperior onequarter oneeighth -keycode 11 = 2 paragraph twosuperior onehalf -keycode 12 = 3 section threesuperior threequarters threeeighths +keycode 10 = 1 degree onesuperior U2640 oneeighth +keycode 11 = 2 paragraph twosuperior U26A5 +keycode 12 = 3 section threesuperior U2642 threeeighths keycode 13 = 4 guillemotright U203A 4 Prior Prior keycode 14 = 5 guillemotleft U2039 5 fiveeighths implies keycode 15 = 6 dollar sterling currency 6 ifonlyif diff --git a/mathe-und-so-zeichen.txt b/mathe-und-so-zeichen.txt index ede39e2..2e456bb 100644 --- a/mathe-und-so-zeichen.txt +++ b/mathe-und-so-zeichen.txt @@ -70,11 +70,6 @@ Kurvenintegralzeichen ∮ [U+222E] =============================================================================== -=============================================================================== -==== Mail von Philipp vom 03.07.2007 22:30 ==== -1) Weicher Trennstrich (Soft-Hyphen) einführen. -=============================================================================== - =============================================================================== ==== Mail von Daniel (trichterwolke) vom 26.07.2007 20:39 ==== |