From: Christian Heller Date: Wed, 14 May 2014 02:16:32 +0000 (+0200) Subject: Client: Use 'D' for item drop, standardize across interface configs. X-Git-Tag: tce~748 X-Git-Url: https://plomlompom.com/repos/?a=commitdiff_plain;ds=sidebyside;h=cba026e6780e949b34087ac7e752f7e4af372230;p=plomrogue Client: Use 'D' for item drop, standardize across interface configs. --- 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'