aboutsummaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
authorStephen Kennedy2008-08-08 14:23:59 +0000
committerStephen Kennedy2008-08-08 14:23:59 +0000
commit4eacc09024515dc95e0afbb1ca9a8f610c55a84d (patch)
tree5ba3182cc818e7ff0e3957536f8af48c30e14da2 /gui
parent2645ca48ad9bc219b43ab88cc5b071952297a992 (diff)
downloadscummvm-rg350-4eacc09024515dc95e0afbb1ca9a8f610c55a84d.tar.gz
scummvm-rg350-4eacc09024515dc95e0afbb1ca9a8f610c55a84d.tar.bz2
scummvm-rg350-4eacc09024515dc95e0afbb1ca9a8f610c55a84d.zip
Keymapper WIP:
* Got rid of default keymaps as they over-complicated the API * Remapping dialog WIP svn-id: r33699
Diffstat (limited to 'gui')
-rw-r--r--gui/theme-config.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/gui/theme-config.cpp b/gui/theme-config.cpp
index 47f60d3d7b..24e2124e4d 100644
--- a/gui/theme-config.cpp
+++ b/gui/theme-config.cpp
@@ -373,6 +373,11 @@ const char *Theme::_defaultConfigINI =
"scummsaveload_choose=(prev.x2 + 10) prev.y prev.w prev.h\n"
"scummsaveload_extinfo.visible=true\n"
"\n"
+"# Keymapper remap dialog\n"
+"remap=8 8 (w - 16) (h - 16)\n"
+"remap_popup_labelW=buttonWidth\n"
+"remap_popup=0 0 parent.w (kLineHeight + 2)\n"
+"remap_widgetsY=(remap_popup.h + 10)\n"
"############################################\n"
"[chooser]\n"
"chooserW=(w - 2 * 8)\n"