From: witek@lte5000.fixsoftware.pl
To: linux-msdos@vger.kernel.org
Subject: Oacute patch
Date: Thu, 20 Jun 2002 23:48:08 +0200 [thread overview]
Message-ID: <20020620214808.GA14993@lte5000.fixsoftware.pl> (raw)
This is analogous with 'Cyrillic er'.
Oacute ALT+O (E0 in cp852 code page).
--- dosemu-1.1.3/src/plugin/kbd_unicode/serv_xlat.c.orig Thu Jun 20 16:20:54 2002
+++ dosemu-1.1.3/src/plugin/kbd_unicode/serv_xlat.c Thu Jun 20 19:57:10 2002
@@ -1723,8 +1723,8 @@
*/
bios_key = is_accent ? ascii : make_bios_code_r(make, key, ascii, keysym, state);
- if (bios_key == 0x23e0) /* Cyrillic_er work around */
- bios_key &= 0x00FF;
+ if (bios_key == 0x23e0 || bios_key == 0x18e0) /* Cyrillic_er work around */
+ bios_key &= 0x00FF; /* ^^^^^^^^^^^^^^^^^^ Oacute */
#if 0
k_printf("translate_key: keysym=%04x bios_key=%04x\n",
keysym, bios_key);
--
Witold Filipczyk <witekfl@poczta.onet.pl>
reply other threads:[~2002-06-20 21:48 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20020620214808.GA14993@lte5000.fixsoftware.pl \
--to=witek@lte5000.fixsoftware.pl \
--cc=linux-msdos@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.