![]() |
2012-01-15
, 21:49
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#2
|
have some questions about xkbd though... is there a way to send combination keypresses with xkbd? Like "Alt-D" or "Ctrl-Shift-Home" with one button in xkbd?
![]() |
2012-01-16
, 19:01
|
Posts: 254 |
Thanked: 509 times |
Joined on Nov 2011
@ Canada
|
#4
|
FIrst off, better version of Xkbd.
http://talk.maemo.org/showpost.php?p=408688&postcount=1
The delay between the keys being repeated by accident is much better in this one.
This could be done using Xbindkeys and XTE on an N810.
If you're making your own buttons, here's a great site if you would like to visually make them more appealing on the screen.
http://cooltext.com/Ghost-Button
![]() |
2012-01-18
, 23:33
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#5
|
![]() |
2012-01-18
, 23:42
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#6
|
![]() |
2012-01-19
, 02:14
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#7
|
![]() |
2012-01-19
, 04:00
|
Posts: 254 |
Thanked: 509 times |
Joined on Nov 2011
@ Canada
|
#8
|
The Following User Says Thank You to shawnjefferson For This Useful Post: | ||
![]() |
2012-01-19
, 04:03
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#9
|
![]() |
2012-01-19
, 06:52
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#10
|
exec xkbd -k /usr/share/xkbd/atari800.text.xkbd & exec ${0}.bin -windowed -stretch 1.9 -bpp 16 "$@"
- old Atari800 version (2.0.3)
- key bindings interfere with ASUI and Telescope, which is annoying.
So I started to port version 2.2.1 of Atari800 (SDL). I've got a working port, compiled with --enable-veryslow, --enable-pagedattrib and --disable-monitorbreak which seems to help emulation speed combined with the -refresh runtime parameter (emulated Atari runs very close to 100% and sound is working pretty well.) I've made a few changes to key input to allow xkbd to work for the console keys and fixed the Enter key so it sends Return to the atari.
I decided to avoid all the hardware keys that are bound to system functions, so you really need to use this with xkbd. I've started building a virtual keyboard with atari 800 functions on it, which works pretty well. Right now the keyboard only has Reset, Option, Select, Start, Help, and Break on it, but I'd like to add a few other key presses that are difficult to achieve on the N810 keyboard.
I have some questions about xkbd though... is there a way to send combination keypresses with xkbd? Like "Alt-D" or "Ctrl-Shift-Home" with one button in xkbd?
Last edited by shawnjefferson; 2012-01-15 at 19:13. Reason: title change