mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-02 00:25:10 -04:00
add Archive keyboard shortcut to MessageList, refs issue 3
This commit is contained in:
parent
365d82407a
commit
190b597a45
@ -740,6 +740,12 @@ public class MessageList
|
||||
return true;
|
||||
}
|
||||
|
||||
case KeyEvent.KEYCODE_V:
|
||||
{
|
||||
onArchive(message);
|
||||
return true;
|
||||
}
|
||||
|
||||
case KeyEvent.KEYCODE_Y:
|
||||
{
|
||||
onCopy(message);
|
||||
|
Loading…
Reference in New Issue
Block a user