Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b7ad91b7 authored by Daniel Applebaum's avatar Daniel Applebaum
Browse files

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

parent 4f5ed839
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -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()) {