summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorjsorg71 <jsorg71>2007-10-16 05:05:31 +0000
committerjsorg71 <jsorg71>2007-10-16 05:05:31 +0000
commitca37e8cb1d0c697a2b0b63afe9101a570ba2fb2a (patch)
treeb9fdd264789f6f22417de6ecaa6bfb7fda33cd04 /common
parentb7e71971a1091d62249c72c174495eb63bf0e9fd (diff)
downloadxrdp-proprietary-ca37e8cb1d0c697a2b0b63afe9101a570ba2fb2a.tar.gz
xrdp-proprietary-ca37e8cb1d0c697a2b0b63afe9101a570ba2fb2a.zip
added ability to use keymap files and added capslock and shiftcapslock maps
Diffstat (limited to 'common')
-rw-r--r--common/file_loc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/file_loc.h b/common/file_loc.h
index 08a905b6..309e028e 100644
--- a/common/file_loc.h
+++ b/common/file_loc.h
@@ -35,4 +35,8 @@
#define XRDP_PID_FILE "xrdp.pid"
#endif
+#if !defined(XRDP_KEYMAP_PATH)
+#define XRDP_KEYMAP_FILE "km-%4.4x.ini"
+#endif
+
#endif