s hotkey stars/unstars selection
This commit is contained in:
+1
-1
@@ -219,7 +219,7 @@ function localHotkeyHandler(keycode) {
|
||||
// }
|
||||
|
||||
if (keycode == 83) { // s
|
||||
if (active_post_id) toggleMark(active_post_id);
|
||||
selectionToggleMarked();
|
||||
}
|
||||
|
||||
// alert("KC: " + keycode);
|
||||
|
||||
Reference in New Issue
Block a user