View Single Post
Old 07-11-2013, 05:08 PM   #921
ixtab
(offline)
ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.
 
ixtab's Avatar
 
Posts: 2,907
Karma: 6736094
Join Date: Dec 2011
Device: K3, K4, K5, KPW, KPW2
Phew. Not my fault, but your fault... somewhere, some time.

This is the decompiled K2 file:

Code:
$ jad com/amazon/kindle/kindlet/event/KindleKeyCodes.class 
Parsing com/amazon/kindle/kindlet/event/KindleKeyCodes.class...The class file version is 48.0 (only 45.3, 46.0 and 47.0 are supported)
 Generating KindleKeyCodes.jad
$ cat KindleKeyCodes.jad 
// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: packimports(3) 
// Source File Name:   hjb

package com.amazon.kindle.kindlet.event;


public final class KindleKeyCodes
{

    private KindleKeyCodes()
    {
    }

    public static final int VK_FIVE_WAY_SELECT = 61451;
    public static final int VK_FIVE_WAY_LEFT = 37;
    public static final int VK_FIVE_WAY_RIGHT = 39;
    public static final int VK_FIVE_WAY_UP = 33;
    public static final int VK_FIVE_WAY_DOWN = 34;
    public static final int VK_RIGHT_HAND_SIDE_TURN_PAGE = 61448;
    public static final int VK_LEFT_HAND_SIDE_TURN_PAGE = 61449;
    public static final int VK_TURN_PAGE_BACK = 61450;
    /**
     * @deprecated Field VK_FONT_SIZE is deprecated
     */
    public static final int VK_FONT_SIZE = 61447;
    public static final int VK_TEXT = 61447;
    public static final int VK_SYMBOL = 61443;
    public static final int VK_MENU = 65482;
    public static final int VK_BACK = 61441;
}
No sign of any TURN_PAGE_BACK constants there either. You must have done some voodoo to get them in there
ixtab is offline   Reply With Quote