From cba026e6780e949b34087ac7e752f7e4af372230 Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Wed, 14 May 2014 04:16:32 +0200
Subject: [PATCH] Client: Use 'D' for item drop, standardize across interface
 configs.

---
 TODO                             | 2 --
 confclient/interface_conf        | 2 +-
 confclient/single_wins/info      | 3 +--
 confclient/single_wins/inventory | 3 +--
 confclient/single_wins/log       | 3 +--
 confclient/single_wins/map       | 3 +--
 6 files changed, 5 insertions(+), 11 deletions(-)

diff --git a/TODO b/TODO
index bb54d85..46a647e 100644
--- a/TODO
+++ b/TODO
@@ -25,5 +25,3 @@ CLIENT:
 - enable toggling of window borders
 
 - make log scrollable
-
-- repair single window interface config files (fix double use of keycode 100)
diff --git a/confclient/interface_conf b/confclient/interface_conf
index b82382a..156aa4e 100644
--- a/confclient/interface_conf
+++ b/confclient/interface_conf
@@ -59,7 +59,7 @@ NAME 'Inventory'
 BREAK 2
 WIDTH 13
 HEIGHT 4
-KEY 100 drop
+KEY 68 drop
 KEY 259 inv_u
 KEY 258 inv_d
 KEY 117 use
diff --git a/confclient/single_wins/info b/confclient/single_wins/info
index cf663e8..45c9457 100644
--- a/confclient/single_wins/info
+++ b/confclient/single_wins/info
@@ -1,4 +1,3 @@
-
 KEYBINDINGS 'global'
 KEY 81 quit
 KEY 265 to_a_keywin
@@ -25,7 +24,7 @@ KEY 120 move_x
 KEY 115 move_s
 KEY 119 move_w
 KEY 46 map_c
-KEY 100 drop
+KEY 68 drop
 KEY 117 use
 
 KEYBINDINGS 'wingeom'
diff --git a/confclient/single_wins/inventory b/confclient/single_wins/inventory
index 905f490..8e774fb 100644
--- a/confclient/single_wins/inventory
+++ b/confclient/single_wins/inventory
@@ -1,4 +1,3 @@
-
 KEYBINDINGS 'global'
 KEY 81 quit
 KEY 265 to_a_keywin
@@ -25,7 +24,7 @@ KEY 120 move_x
 KEY 115 move_s
 KEY 119 move_w
 KEY 46 map_c
-KEY 100 drop
+KEY 68 drop
 KEY 117 use
 
 KEYBINDINGS 'wingeom'
diff --git a/confclient/single_wins/log b/confclient/single_wins/log
index 930b1c2..52429b9 100644
--- a/confclient/single_wins/log
+++ b/confclient/single_wins/log
@@ -1,4 +1,3 @@
-
 KEYBINDINGS 'global'
 KEY 81 quit
 KEY 265 to_a_keywin
@@ -25,7 +24,7 @@ KEY 120 move_x
 KEY 115 move_s
 KEY 119 move_w
 KEY 46 map_c
-KEY 100 drop
+KEY 68 drop
 KEY 117 use
 
 KEYBINDINGS 'wingeom'
diff --git a/confclient/single_wins/map b/confclient/single_wins/map
index 86b1027..bc63955 100644
--- a/confclient/single_wins/map
+++ b/confclient/single_wins/map
@@ -1,4 +1,3 @@
-
 KEYBINDINGS 'global'
 KEY 81 quit
 KEY 265 to_a_keywin
@@ -25,7 +24,7 @@ KEY 120 move_x
 KEY 115 move_s
 KEY 119 move_w
 KEY 46 map_c
-KEY 100 drop
+KEY 68 drop
 KEY 117 use
 
 KEYBINDINGS 'wingeom'
-- 
2.30.2