Changeset 44767 in vbox
- Timestamp:
- Feb 20, 2013 3:52:39 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/platform/x11/XKeyboard-new.cpp
r44528 r44767 84 84 { 85 85 LogRel(("Your keyboard layout does not appear to be fully supported by\n" 86 "VirtualBox. If you would like to help us improve the product,\n"87 " please submit a bug report and attach this logfile.\n"88 "(Note: please ignore this if you are using a custom layout.)\n\n"86 "VirtualBox. If you are experiencing keyboard problems this.\n" 87 "information may help us to resolve them.\n" 88 "(Note: please tell us if you are using a custom layout.)\n\n" 89 89 "The correct table for your layout is:\n")); 90 90 /* First, build up a table of scan-to-key code mappings */ … … 143 143 { 144 144 LogRel(("Your keyboard type does not appear to be known to VirtualBox. If\n" 145 "you would like to help us improve the product, please submit a bug\n"146 " report, attach this logfile andprovide information about what type\n"145 "you are experiencing keyboard problems this information may help us\n" 146 "to resolve them. Please also provide information about what type\n" 147 147 "of keyboard you have and whether you are using a remote X server or\n" 148 148 "something similar.\n\n" … … 208 208 LogRel(("Failed to recognize the keyboard mapping or to guess it based on\n" 209 209 "the keyboard layout. It is very likely that some keys will not\n" 210 "work correctly in the guest. If you would like to help us improve\n" 211 "the product, please submit a bug report, giving us information\n" 212 "about your keyboard type, its layout and other relevant\n" 213 "information such as whether you are using a remote X server or\n" 214 "something similar. \n")); 210 "work correctly in the guest. If this is the case, please submit\n" 211 "a bug report, giving us information about your keyboard type,\n" 212 "its layout and other relevant information such as whether you\n" 213 "are using a remote X server or something similar. \n")); 215 214 unsigned *keyc2scan = X11DRV_getKeyc2scan(); 216 215
Note:
See TracChangeset
for help on using the changeset viewer.