More YouTube Hotkeys

Adds more keyboard shortcuts for YouTube. The list of all new shortcuts is added into new "More Shortcuts" section on YouTube's "Keyboard shortcuts" popup which can be accessed via "?" or SHIFT+/ key (on U.S. keyboards).

< Valutazione su More YouTube Hotkeys

Recensione: Bene - lo script funziona

§
Pubblicato: 17/02/2024

感謝製作好用的腳本!
請問能夠增加 更改速度的快捷鍵嗎
could modify speed [+] or [-] 0.25x ?
thanks good JS

jcunewsAutore
§
Pubblicato: 17/02/2024

Unfortunately, [-] and [+] hotkeys are already used by YouTube for changing subtitle font size.

If you need it, you will need to use a seperate modified script below.

https://pastebin.com/n4KJm9v8

§
Pubblicato: 18/02/2024
Modificato: 18/02/2024

非常感謝您!
也感到不好意思,我沒把需求寫詳細...
因為沒有文字提醒,會抓不準,速度現在是多少,要如何按[*]速度=1x呢,以及要如何有速度提示呢
----google trans
Thank you very much!
I'm also sorry that I didn't write down my requirements in detail...
Because there is no text reminder, I will not be able to grasp it accurately. What is the speed now?
How to press [*]or other key speed = 1x, and how to have a speed prompt?

jcunewsAutore
§
Pubblicato: 18/02/2024
Modificato: 18/02/2024

Unfortunately, there will be no speed change notification display.

Check YouTube's keyboard shortcut reference using the ? key. For U.S. keyboard, that would be SHIFT+/.

§
Pubblicato: 18/02/2024

好的,感謝告知
OK.thanks dor you

§
Pubblicato: 02/03/2024

不好意思請教,LIVE可以聚焦文字輸入框嗎
Sorry to ask, could the text input box be focused in LIVE?

jcunewsAutore
§
Pubblicato: 02/03/2024
Modificato: 02/03/2024

OK. Script updated. Added 2 hotkeys:

\ = focus live chat input box.

: (Shift+;) = focus comment input box. Note: only if the comment input box has been added by YouTube.

§
Pubblicato: 02/03/2024

非常感謝你!
不管是留言還是聊天都好方便
thank you very much!
It’s very convenient whether it’s leaving a message or chatting.

§
Pubblicato: 23/07/2024

不好意思,請求快速鍵功能:
快速鍵執行切換[全部聊天]

重點聊天/全部聊天

Sorry, requesting shortcut key function:
hotkey execution switch [all chats]

[Focus chat/all chat]
Want to use eleclick
Looking for element but failed
func: a => eleClick('.yt-simple-endpoint.yt-dropdown-menu.iron-selected')},

jcunewsAutore
§
Pubblicato: 24/07/2024

Script has been updated to add Alt+\ (Alt+BackSlash) hotkey to focus live chat message list.

§
Pubblicato: 24/07/2024

Sorry, there is no response in the test, but the focus is gone.
So I then tested the "\\" input box and it also didn't work. I could only successfully execute the input box after manually clicking on the blank space.

§
Pubblicato: 25/07/2024

這是找到的自動切換腳本,只是我嘗試融入此腳本失敗,供您參考
This is the automatic switching script I found, but my attempt to integrate this script failed, for your reference
https://greasyfork.org/zh-TW/scripts/490213

§
Pubblicato: 25/07/2024

I temporarily used a stupid method
But it has to be executed 3 times
It's just that the focus is not on the video player in the end

{key: "B",mods: "", desc: "Focus live chat message list", func: a => focusChatFrame('#item-scroller')},
{key: "B", mods: "", desc: "Focus live chat message list", func: a => eleClick('#trigger.tp-yt-paper-menu-button')},
{key: "B", mods: "", desc: "Focus live chat message list", func: a => eleClick('tp-yt-paper-listbox.yt-dropdown-menu .iron-selected.yt-dropdown-menu')},

Pubblica risposta

Accedi per pubblicare una risposta.