View Single Post
Old 08-12-2012, 08:47 PM   #88
twobob
( ͡ ͜ʖ ͡){ʇlnɐɟ ƃǝs}Tr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299991
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
Quote:
Originally Posted by PoP View Post
Sorry, I don't see where it is truncated:
Spoiler:
;;; $Id$
;;; the launchpad transparently scans keypad/fiveway/volume keystrokes
;;; until the user presses and releases the hot sequence INTRODUCER key.
;;; This enters hotkey mode, where keystrokes are captured and not passed
;;; to the Kindle up to the pressure of the TRAILER key, or a idle time
;;; of HOTINTERVAL millisecond.
;;; At this point capture is released, and captured keys are compared with
;;; existing ACTIONS. In case of a match, we execute the action, otherwise
;;; input is transferred back to the kindle.
;;; This config file is split into [sections] with generic configuration
;;; being in [SETTINGS], actions in [ACTIONS], keystroke definitions
;;; in [INKEYS], [INKEYS-DX] and [INKEYS-K3].
;;; configuration can be included with an 'include = filename' line.

[Settings]
; terminal key configuration
TermEnd = Left<
TermEsc = Left>
TermCtrl = aA
TermSym = Back ; so we can map other keys
TermShift = Shift
TermFn = Menu
TermHome = Home

;; Symbols defines the mapping for sym + one of the 28 keys:
;; qwertyuiopasdfghjklDzxcvbnm. (D is Del, . is included).
;; It needs to be a string of length 28.
Symbols = !@#$%^&*()*+#-_()&!?~$|/\"':

RefreshDelay = 50
#KpadIn = /dev/stdin
KpadIn = /dev/input/event0
FwIn = /dev/input/event1
VolIn = /dev/input/event2
KpadOut = /proc/keypad
FwOut = /proc/fiveway
VolOut = /proc/volume
SpecialIn = /var/tmp/myts.special

include = keydefs.ini
Font = ter-u32n.hex
Encoding = UTF8
FontHeight = 32
FontWidth = 16
YOffset = 40

Spoiler:
;;; $Id$
;;; the launchpad transparently scans keypad/fiveway/volume keystrokes
;;; until the user presses and releases the hot sequence INTRODUCER key.
;;; This enters hotkey mode, where keystrokes are captured and not passed
;;; to the Kindle up to the pressure of the TRAILER key, or a idle time
;;; of HOTINTERVAL millisecond.
;;; At this point capture is released, and captured keys are compared with
;;; existing ACTIONS. In case of a match, we execute the action, otherwise
;;; input is transferred back to the kindle.
;;; This config file is split into [sections] with generic configuration
;;; being in [SETTINGS], actions in [ACTIONS], keystroke definitions
;;; in [INKEYS], [INKEYS-DX] and [INKEYS-K3].
;;; configuration can be included with an 'include = filename' line.

[Settings]
; terminal key configuration
TermEnd = Left<
TermEsc = Left>
TermCtrl = aA
TermSym = Back ; so we can map other keys
TermShift = Shift
TermFn = Menu
TermLang = Sym
TermHome = Home
TermScrollup = Right<
TermScrolldown = Right>

;; Symbols defines the mapping for sym + one of the 28 keys:
;; qwertyuiopasdfghjklDzxcvbnm. (D is Del, . is included).
;; It needs to be a string of length 28.
Symbols = !@#$%^&*()*+#-_()&!?~$|/\"':

RefreshDelay = 50
#KpadIn = /dev/stdin
KpadIn = /dev/input/event0
FwIn = /dev/input/event1
VolIn = /dev/input/event2
KpadOut = /proc/keypad
FwOut = /proc/fiveway
VolOut = /proc/volume
SpecialIn = /var/tmp/myts.special

include = keydefs.ini
Font = ter-u32n.hex
Encoding = UTF8
FontHeight = 32
FontWidth = 16
YOffset = 40

ScrollbackLines = 1000
LangSymbols = .
LangSymbols16 = .ץקšא˜•Ÿם€ש“’›ע™—œšף–ס‘”* žŠת



Also I cant get the font to work? gah. fiddling now.

HEH: If yours is working perhaps I should truncate mine! lol

EDIT: Thats more or less straight from the myts8 above with your bits in (unworking my end might I add)

Last edited by twobob; 08-12-2012 at 08:51 PM. Reason: added what, who, from where and why
twobob is offline   Reply With Quote