mirror of
https://github.com/moparisthebest/k-9
synced 2024-12-26 01:28:50 -05: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;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
case KeyEvent.KEYCODE_V:
|
||||||
|
{
|
||||||
|
onArchive(message);
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
case KeyEvent.KEYCODE_Y:
|
case KeyEvent.KEYCODE_Y:
|
||||||
{
|
{
|
||||||
onCopy(message);
|
onCopy(message);
|
||||||
|
Loading…
Reference in New Issue
Block a user