/**
* DELETE键
*/
public static final int KEY_DELETE= 127;
/**
* HOME键
*/
public static final int KEY_HOME = 16777223;
/**
* END键
*/
/**
* PAGE UP键
*/
public static final int PAGE_UP = 16777221;
/**
* PAGE DOWN键
*/
public static final int PAGE_DOWN= 16777222;
}
摘自 lpdx111的专栏