mirror of
https://github.com/friendica/friendica
synced 2025-04-22 17:50:11 +00:00
Doc about j/k keyboard shortcuts
This commit is contained in:
parent
31f9b418ba
commit
8567113f0f
2 changed files with 11 additions and 0 deletions
|
@ -322,6 +322,7 @@
|
|||
}
|
||||
});
|
||||
|
||||
// Scroll to the next/previous thread when pressing J and K
|
||||
$(document).keydown(function (event) {
|
||||
var threads = $('.thread_level_1');
|
||||
if ((event.keyCode === 74 || event.keyCode === 75) && !$(event.target).is('textarea, input')) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue