[hatari-users] Anyone have a non-trivial keyboard mapping example? |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-users Archives
]
- To: hatari-users@xxxxxxxxxxxxxxxxxxx
- Subject: [hatari-users] Anyone have a non-trivial keyboard mapping example?
- From: Kelly Hall <kmhall@xxxxxxxxx>
- Date: Fri, 20 Jan 2023 13:06:57 -0800
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=+/ZVxkYk2BdWCxdLkQb9UpvHIJRmX5QHcpIH1jfmXNs=; b=MpXWrGXP1wdOZGSdkkZ0wJ5t8vLKO0hjvlWSoBsyWCKtA19sYB1Noq3l1Yx9G18iiX KoDBe/hJjmD4zYLZh/0zWpBPdzTAFsnNJWEhq0ZQ4oagH51HtBELnh84zjobEe6gzmOt 1HjCfX+T9Zvpb1+p7DhUSGa73m+s76wEyryt8u7fDD2nC3p70GYt1Bemp84XT/dOmOCe 24uuiKm3pKrcnzuY+ESB78nJESKMVMVuwgnrD+tQAMU6fwqrTBFL1+U+HM76epB2+yiW wFcqS7d42OUwgIXCtwlrkSvwXuvzBmmYUmLAgf/hWyh7oc0PpHa4+VqyZ6CTQhdC3pDV IlTw==
Hello Hatari Users!
I'm loving playing with Hatari 2.4.1 and getting a simple development
environment set up. But I can't write any C code until my keyboard
can generate { and } symbols :) When I'm running the Mark Williams
shell, or the attached micro emacs, [ and { map to (, and ] and } map
to ).
Does anyone have nontrivial examples that include mapping shifted
keys? I've tried this this and while it doesn't cause errors, it
doesn't work, either:
SDLK_KP_LEFTBRACE,99
SDLK_KP_RIGHTBRACE,100
My US (pc) keyboard has { and } as shift [ and shift ].
I'm using EmuTOS 1.2.1 if that matters.
Thank you!
Kelly Hall