OSDN Git Service

Revert "Merge branch 'master' of git://git.osdn.net/gitroot/hengband/hengband . ...
[hengbandforosx/hengbandosx.git] / src / cocoa / CommandMenu.plist
diff --git a/src/cocoa/CommandMenu.plist b/src/cocoa/CommandMenu.plist
deleted file mode 100644 (file)
index cf68853..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<array>
-       <dict>
-               <key>Title</key>
-               <string>Knowledge</string>
-               <key>KeyEquivalent</key>
-               <string>k</string>
-               <key>ShiftModifier</key>
-               <false/>
-               <key>OptionModifier</key>
-               <false/>
-               <key>AngbandCommand</key>
-               <string>~</string>
-       </dict>
-       <dict>
-               <key>Title</key>
-               <string>Inscribe</string>
-               <key>KeyEquivalent</key>
-               <string>i</string>
-               <key>ShiftModifier</key>
-               <false/>
-               <key>OptionModifier</key>
-               <false/>
-               <key>AngbandCommand</key>
-               <string>{</string>
-       </dict>
-       <dict>
-               <key>Title</key>
-               <string>Uninscribe</string>
-               <key>KeyEquivalent</key>
-               <string>i</string>
-               <key>ShiftModifier</key>
-               <true/>
-               <key>OptionModifier</key>
-               <false/>
-               <key>AngbandCommand</key>
-               <string>}</string>
-       </dict>
-</array>
-</plist>