mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-27 11:42:16 -05:00
Eliminate "space" as an alias for Next. I didn't realize it was used
by WebKit for scrolling down, and there are already two other Next hotkeys
This commit is contained in:
parent
4f5ed839ff
commit
b7ad91b7a5
@ -361,7 +361,7 @@ Welcome to K-9 Mail setup. K-9 is an open source email client for Android based
|
||||
|
||||
<string name="message_help_key">Del (or D) - Delete\u000AR -
|
||||
Reply\u000AA - Reply All\u000AF - Forward\u000AJ or P - Previous
|
||||
Message\u000AK, N or space - Next Message\u000AZ - Zoom Out\u000AShift-Z -
|
||||
Message\u000AK, N - Next Message\u000AZ - Zoom Out\u000AShift-Z -
|
||||
Zoom In\u000aG - Flag</string>
|
||||
<string name="message_list_help_key">Del (or D) - Delete\u000AR -
|
||||
Reply\u000AA - Reply All\u000AC - Compose\u000AF - Forward\\u000aG - Flagu000AQ
|
||||
|
@ -149,7 +149,6 @@ public class MessageView extends Activity
|
||||
case KeyEvent.KEYCODE_J:
|
||||
case KeyEvent.KEYCODE_P:
|
||||
{ onPrevious(); return true; }
|
||||
case KeyEvent.KEYCODE_SPACE:
|
||||
case KeyEvent.KEYCODE_N:
|
||||
case KeyEvent.KEYCODE_K: { onNext(); return true; }
|
||||
case KeyEvent.KEYCODE_Z: { if (event.isShiftPressed()) {
|
||||
|
Loading…
Reference in New Issue
Block a user