Commit Graph

11 Commits

Author SHA1 Message Date
Jonathan Campbell
9dca647a76 correct for Japanese \ and _ key. Now a working default in Windows. 2015-08-26 20:50:42 -07:00
Jonathan Campbell
ec7aec4d98 run the source code through dos2unix. it seems to help with applying
patches.
2015-08-16 02:00:24 -07:00
Jonathan Campbell
eceb3c6f38 incorporate patches from a DOS/V patch of DOSBox-X to help develop
support for Japanese keyboard layout. Source:
http://www.mediafire.com/download/t968ydz6ky92myl/dosbox74.zip
2015-07-13 04:19:22 -07:00
emendelson
d943c93eb6 Add clipboard paste (from dbDOS fork)
Adds the ability to paste from the clipboard; code is entirely from the
dbDOS fork, not by me. Ctrl-Alt-F4 pastes the clipboard into DOSBox-x
2015-05-17 13:29:11 -04:00
Jonathan Campbell
ed948ce133 add SDL mapper buttons and KBD_ enum for Korean Hancha Han/Yong 2014-06-22 17:09:17 -07:00
Jonathan Campbell
6384b91c1c mapper GUI: move modifier buttons down. keyboard: add KBD_* enumerations
for Japanese scan codes yet to be added.
2014-06-22 16:27:15 -07:00
Jonathan Campbell
35b92510e6 Add SDL mapper support for F13-F24 (as in, future support for generating
IBM PC F13-F24 scan codes). The reason the keyboard emulation does
nothing so far, is that there are several different descriptions of the
scan codes out there, one saying that F13-F24 are transmitted as
SHIFT+F1-F12, another that F11-F20 are SHIFT+F1-10 and F21-F22 are
CTRL+F1-F2. Until I can work out which one to emulate, the f13-f24
bindings do nothing at the keyboard level, though they are stubbed out
to prevent DOSBox from exiting with an error about unknown scan codes.
2014-06-21 19:53:30 -07:00
Jonathan Campbell
00a340560e Add to SDL mapper support for numeric keypad equals sign, which is
mapped by default so that it types a normal equals sign.
2014-06-21 19:38:13 -07:00
Jonathan Campbell
a80a68b375 Modified SDL mapper gui to include Windows 95 keys (left+right Windows
and Windows popup/context menu).
2014-06-21 19:27:59 -07:00
Jonathan Campbell
21614b8c3f toss out my copy, integrate tawoongs's daum branch code into mine,
remove what won't compile, begin work.
2013-10-14 05:07:26 -07:00
root
f331824031 port from svn 2013-07-07 20:39:49 -07:00