![]() |
2011-09-21
, 20:52
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#22
|
![]() |
2011-09-21
, 22:45
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#23
|
Oh, the font I use, if you telnet to say nethack.alt.org, that old font I made will let you play with IBM graphics.
You'll first need to install konwert filters though.
The command line for this would be something like....
filterm ascii-ascii cp437-utf8 telnet nethack.alt.org
![]() |
2011-09-22
, 15:39
|
Posts: 2,076 |
Thanked: 3,268 times |
Joined on Feb 2011
|
#24
|
There are two types of Enter signals.
Return
KP_Enter
If one doesn't work, just use the other setting.
![]() |
2011-09-23
, 01:16
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#25
|
![]() |
2011-09-23
, 03:10
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#26
|
![]() |
2011-09-23
, 03:38
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#27
|
The Following User Says Thank You to Addison For This Useful Post: | ||
![]() |
2011-09-23
, 16:20
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#28
|
Not sure how to do that. CTRL-M which usually works when enter doesn't does nothing in this case. Might be problem with qemuing so many 386 .so files (one page of ioctl errors shows when running). Space and arrows work so there might be a chance, though slim.
xmodmap ~/.Xmodmap_doom
keysym Return = KP_Enter KP_Enter
setxkbmap
#! /bin/sh gconftool-2 --set -t bool /system/osso/af/keyboard-attached true blank=`gconftool-2 -g /system/osso/dsm/display/display_blank_timeout` /etc/init.d/mce stop killall xbindkeys xbindkeys -f /home/user/.xbindkeysrc_adom xmodmap ~/.Xmodmap_adom xkbd -geometry +65536+65992 -k /media/mmc2/N800/Keyboards/Flat2.xkbd & xkbd -geometry +725+360 -k /media/mmc2/N800/Keyboards/Keypad.xkbd & ssh -l james ancardius.ath.cx gconftool-2 --set -t bool /system/osso/af/keyboard-attached false killall xbindkeys killall xkbd setxkbmap sudo /etc/init.d/mce start /usr/bin/set-backlight `gconftool-2 --get /apps/adv-backlight/brightness` restore_value() { gconftool-2 --type $1 --set $2 `gconftool-2 --get $2` } gconftool-2 -t int -s /system/osso/dsm/display/display_blank_timeout 120 gconftool-2 -t int -s /system/osso/dsm/display/display_blank_timeout $blank restore_value int /system/osso/dsm/display/display_dim_timeout restore_value bool /system/osso/dsm/locks/touchscreen_keypad_autolock_enabled restore_value bool /system/osso/dsm/display/display_on_with_charger xbindkeys killall roxterm
The Following User Says Thank You to Addison For This Useful Post: | ||
![]() |
2011-09-23
, 17:22
|
Posts: 2,076 |
Thanked: 3,268 times |
Joined on Feb 2011
|
#29
|
The Following User Says Thank You to szopin For This Useful Post: | ||
![]() |
2011-09-23
, 17:33
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#30
|
Return
KP_Enter
If one doesn't work, just use the other setting.