summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordennis <dennis@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2011-04-05 20:51:40 +0000
committerdennis <dennis@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2011-04-05 20:51:40 +0000
commit40c476df10112a9ba72a4a88126d6a478f5f50c4 (patch)
tree67eef24a814d8947f709ef5e257039e616ec8907
parente7f179af885ac24906640b583802bedfd5c5df4c (diff)
Fix: Das Problem mit Command+<> wird jetzt direkt in der .Keylayout-Datei angegangen, Patch von Markus via ML.
git-svn-id: https://svn.neo-layout.org@2388 b9310e46-f624-0410-8ea1-cfbb3a30dc96
-rw-r--r--mac_osx/neo.keylayout4
-rw-r--r--mac_osx/private.xml9
2 files changed, 5 insertions, 8 deletions
diff --git a/mac_osx/neo.keylayout b/mac_osx/neo.keylayout
index 7026c36..2bc58ec 100644
--- a/mac_osx/neo.keylayout
+++ b/mac_osx/neo.keylayout
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE keyboard PUBLIC "" "file://localhost/System/Library/DTDs/KeyboardLayout.dtd">
-<!--Last edited by Ukelele version 2.1.5 on 2011-04-02 at 13:11 (GMT+02:00)-->
+<!--Last edited by Ukelele version 2.1.5 on 2011-04-05 at 15:42 (GMT+02:00)-->
<keyboard group="0" id="14242" name="Deutsch (Neo 2)" maxout="2">
<layouts>
<layout first="0" last="0" modifiers="30" mapSet="138"/>
@@ -687,7 +687,7 @@
<key code="47" output="."/>
<key code="48" output="&#x0009;"/>
<key code="49" action="73"/>
- <key code="50" output=""/>
+ <key code="50" output="&#x003C;"/>
<key code="51" output="&#x0008;"/>
<key code="52" output="&#x0003;"/>
<key code="53" output="&#x001B;"/>
diff --git a/mac_osx/private.xml b/mac_osx/private.xml
index 39f7103..4550bbe 100644
--- a/mac_osx/private.xml
+++ b/mac_osx/private.xml
@@ -24,12 +24,15 @@
<!-- Mod 4 Modifiers and Mod 4 Locks -->
<autogen>--KeyOverlaidModifier-- KeyCode::COMMAND_R, ModifierFlag::EXTRA1, KeyCode::VK_MODIFIER_EXTRA1, KeyCode::VK_LOCK_EXTRA1</autogen>
<autogen>--KeyToKey-- KeyCode::COMMAND_R, KeyCode::VK_MODIFIER_EXTRA1</autogen>
+
<block>
<modifier_not>ModifierFlag::COMMAND_L, ModifierFlag::COMMAND_R</modifier_not>
<autogen>--KeyOverlaidModifier-- KeyCode::GERMAN_LESS_THAN, ModifierFlag::EXTRA1, KeyCode::VK_MODIFIER_EXTRA1, KeyCode::VK_LOCK_EXTRA1</autogen>
<autogen>--KeyToKey-- KeyCode::GERMAN_LESS_THAN, KeyCode::VK_MODIFIER_EXTRA1</autogen>
</block>
+ <autogen>--KeyOverlaidModifier-- KeyCode::GERMAN_LESS_THAN, VK_COMMAND, KeyCode::VK_MODIFIER_EXTRA1, ModifierFlag::COMMAND_R, KeyCode::GERMAN_LESS_THAN, ModifierFlag::COMMAND_L</autogen>
+
<block>
<modifier_not>ModifierFlag::OPTION_L, ModifierFlag::OPTION_R</modifier_not>
@@ -170,12 +173,6 @@
</item>
<item>
- <name>Behalte Command_L + > als Tastenkombination zum Wechsel zwischen Programmfenstern</name>
- <identifier>private.german_neo_keep_cmdl_germanlessthan</identifier>
- <autogen>--KeyOverlaidModifier-- KeyCode::GERMAN_LESS_THAN, ModifierFlag::COMMAND_L, KeyCode::VK_MODIFIER_EXTRA1, KeyCode::U, ModifierFlag::OPTION_R|ModifierFlag::COMMAND_L</autogen>
- </item>
-
- <item>
<name>Shift_L+Shift_R zu Capslock</name>
<identifier>private.german_neo_bothshift_to_capslock</identifier>
<autogen>--KeyOverlaidModifier-- KeyCode::SHIFT_L, ModifierFlag::SHIFT_R, KeyCode::SHIFT_L, KeyCode::CAPSLOCK</autogen>