Guru
Posts: 645
Karma: 1888888
Join Date: Jun 2009
Device: prs-505, Kindle Keyboard 3g, PW3
|
Quote:
Originally Posted by knc1
Does tab switch between books?
|
In book and on the home page,
Up -> "Prev Page"
Down -> "Next Page"
So previous page / Next page - whether there is an overlay ( like menu in book - or book details on home page )
I'm going to plug in a real keyboard, and check page up etc, that my handheld one doesn't have.
Scroll lock triggers screenshot with windows info list
Quote:
wininfo_screenshot_2016_08_15T15_38_15-0500.txt
screenshot_2016_08_15T15_38_15-0500.png
|
Home -> Takes me to the home screen
I don't see any other useful keys. If someone withthe kindle with buttons could run evtest on the device, and see what the codes are, we might be able to compare
Quote:
Event: time 1471293764.365480, type 4 (Misc), code 4 (ScanCode), value 70052
Event: time 1471293764.365496, type 1 (Key), code 103 (Up), value 1
Event: time 1471293764.365504, -------------- Report Sync ------------
Event: time 1471293764.509480, type 4 (Misc), code 4 (ScanCode), value 70052
Event: time 1471293764.509495, type 1 (Key), code 103 (Up), value 0
Event: time 1471293764.509501, -------------- Report Sync ------------
Event: time 1471293770.517467, type 4 (Misc), code 4 (ScanCode), value 70051
Event: time 1471293770.517484, type 1 (Key), code 108 (Down), value 1
Event: time 1471293770.517491, -------------- Report Sync ------------
Event: time 1471293770.605409, type 4 (Misc), code 4 (ScanCode), value 70051
Event: time 1471293770.605417, type 1 (Key), code 108 (Down), value 0
Event: time 1471293770.605420, -------------- Report Sync ------------
Event: time 1471293773.013474, type 4 (Misc), code 4 (ScanCode), value 7004a
Event: time 1471293773.013491, type 1 (Key), code 102 (Home), value 1
Event: time 1471293773.013500, -------------- Report Sync ------------
Event: time 1471293773.093483, type 4 (Misc), code 4 (ScanCode), value 7004a
Event: time 1471293773.093498, type 1 (Key), code 102 (Home), value 0
Event: time 1471293773.093503, -------------- Report Sync ------------
Event: time 1471293778.237466, type 4 (Misc), code 4 (ScanCode), value 70047
Event: time 1471293778.237481, type 1 (Key), code 70 (ScrollLock), value 1
Event: time 1471293778.237487, -------------- Report Sync ------------
Event: time 1471293778.341469, type 4 (Misc), code 4 (ScanCode), value 70047
Event: time 1471293778.341480, type 1 (Key), code 70 (ScrollLock), value 0
Event: time 1471293778.341487, -------------- Report Sync ------------
|
/etc/xdg/awesome/rc.lua has this Idont get anyhting for f1-f4 or J and F, but I may not be looking in the right place.
Home. ScrollLock, C and X work
Quote:
-- {{{ Key bindings
globalkeys = awful.util.table.join(
awful.key({ "Any", }, "F1", nil, accelerometerPortraitUp),
awful.key({ "Any", }, "F2", nil, accelerometerPortraitDown),
awful.key({ "Any", }, "F3", nil, accelerometerLandscapeLeft),
awful.key({ "Any", }, "F4", nil, accelerometerLandscapeRight),
awful.key({ "Any", }, "Home", handleHomeKeyDown, handleHomeKeyUp),
awful.key({ "Any", }, "Scroll_Lock", nil, screenshot),
awful.key({ "Shift", }, "j", print_dbg_info),
awful.key({ "Shift", }, "f", dumpFocusInfo),
awful.key({ "Shift", }, "c", function() log("shift c down") end, chrome_raise),
awful.key({ "Shift", }, "x", function() log("shift x down") end, chrome_lower)
)
-- }}}
|
Last edited by coplate; 08-15-2016 at 05:25 PM.
|