mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-08 06:48:51 +00:00
chore(shortkey): change shortkey for marking as junk from j to shift+j
It was too common for people to obliviously mark a mail as junk...
This commit is contained in:
@@ -485,9 +485,6 @@
|
||||
/* Hotkey to write a new message */
|
||||
"hotkey_compose" = "w";
|
||||
|
||||
/* Hotkey to mark selected message(s) as junk */
|
||||
"hotkey_junk" = "j";
|
||||
|
||||
/* Hotkey to flag a message */
|
||||
"hotkey_flag" = "*";
|
||||
|
||||
|
||||
@@ -485,9 +485,6 @@
|
||||
/* Hotkey to write a new message */
|
||||
"hotkey_compose" = "n";
|
||||
|
||||
/* Hotkey to mark selected message(s) as junk */
|
||||
"hotkey_junk" = "i";
|
||||
|
||||
/* Hotkey to flag a message */
|
||||
"hotkey_flag" = "*";
|
||||
|
||||
|
||||
@@ -80,7 +80,7 @@
|
||||
}
|
||||
}));
|
||||
keys.push(sgHotkeys.createHotkey({
|
||||
key: l('hotkey_junk'),
|
||||
key: l('shift+j'),
|
||||
description: l('Mark the selected messages as junk'),
|
||||
callback: vm.markOrUnMarkMessagesAsJunk
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user