View Single Post
Old 08-12-2012, 08:29 PM   #85
PoP
 curly᷂͓̫̙᷊̥̮̾ͯͤͭͬͦͨ ʎʌɹnɔ
PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.
 
PoP's Avatar
 
Posts: 3,002
Karma: 50506927
Join Date: Dec 2010
Location: ♁ ᴺ₄₅₃₀' ᵂ₇₃₃₇' ₆₀"
Device: K3₃.₄.₃ PW3&4₅.₁₃.₃
Quote:
Originally Posted by twobob View Post
Excellent. Your ini appears to be truncated though?

I thought they ended:
ScrollbackLines = 1000
LangSymbols = .
LangSymbols16 = .ץקךאטוןם׀שדגכעיחלךףזסבה* ׊ת

Anyways Ill go test now. : D
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
PoP is offline   Reply With Quote