YouTube鍵盤快捷鍵:速查表

YouTube logo

Google’s video website wouldn’t be complete without all sorts of useful buttons and hidden commands that aren’t immediately obvious. Use this hotkey cheat sheet to quickly navigate YouTube and gain better control over your video browsing experience.

如果沒有各種顯而易見的有用按鈕和隱藏命令,Google的視頻網站將是不完整的。 使用此熱鍵備忘單可以快速導航YouTube,并更好地控制您的視頻瀏覽體驗。

YouTube’s built-in keyboard shortcuts work for any operating system, including Windows, Mac, Linux, and Chrome OS. Unfortunately, they aren’t customizable.

YouTube的內置鍵盤快捷鍵適用于任何操作系統,包括Windows,Mac,Linux和Chrome操作系統。 不幸的是,它們不是可定制的。

視頻導航 (Video Navigation)

  • Rewind 10 Seconds: J

    倒帶10秒: J

  • Fast-Forward 10 Seconds: L

    快進10秒: L

  • Play/Pause: K (or Space, unless a button is highlighted)

    播放/暫停: K(或空格鍵,除非突出顯示一個按鈕)

  • Go To Next Frame (While Paused): ,

    轉到下一幀(已暫停):,

  • Go To Previous Frame (While Paused): .

    轉到上一幀(已暫停):。

  • Go To Beginning: Home or 0

    前往開始:首頁或0

  • Go To End: End

    結束:結束

  • Go To 10-90%: 1-9

    轉到10-90%: 1-9

控制播放 (Control Playback)

  • Mute/Unmute: M

    靜音/取消靜音: M

  • Raise Volume (In Full-Screen Mode or If Video Is Focused): Up

    提高音量(在全屏模式或視頻聚焦的情況下):調高

  • Lower Volume (In Full-Screen Mode or If Video Is Focused): Down

    較低的音量(在全屏模式或視頻聚焦的情況下):向下

  • Speed Up Playback Rate: >

    加快播放速度: >

  • Slow Down Playback Rate: <

    慢速播放速率: <

界面導航 (Interface Navigation)

  • Activate the Highlighted Button: Space

    激活突出顯示的按鈕:空格

  • Move Between H1 Headers: Shift+1

    在H1標頭之間移動: Shift + 1

  • Go To YouTube Search Bar: /

    轉到YouTube搜索欄: /

  • Go To Previous Video in Playlist: Shift+P

    轉到播放列表中的上一個視頻 Shift + P

  • Go To Next Video in Playlist: Shift+N

    轉到播放列表中的下一個視頻 Shift + N

  • Toggle Full Screen: F (Esc also exits full-screen mode)

    切換全屏: F(Esc也退出全屏模式)

  • Toggle Closed Captions and Subtitles: C

    切換隱藏式字幕和字幕: C

  • Launch Miniplayer: I

    啟動Miniplayer:

  • View Hotkeys: Shift+?

    查看熱鍵: Shift +?



Many modern keyboards come with media buttons for rewinding, fast forwarding, and pausing your content. YouTube is built to work with all of these media keys, but your mileage may vary depending on the browser, operating system, and keyboard you’re using.

許多現代鍵盤都帶有用于倒帶,快進和暫停內容的媒體按鈕。 YouTube可以與所有這些媒體鍵一起使用,但是根據您使用的瀏覽器,操作系統和鍵盤的不同,您的里程可能會有所不同。

翻譯自: https://www.howtogeek.com/670478/keyboard-shortcuts-for-youtube-a-cheat-sheet/

本文來自互聯網用戶投稿,該文觀點僅代表作者本人,不代表本站立場。本站僅提供信息存儲空間服務,不擁有所有權,不承擔相關法律責任。
如若轉載,請注明出處:http://www.pswp.cn/news/278282.shtml
繁體地址,請注明出處:http://hk.pswp.cn/news/278282.shtml
英文地址,請注明出處:http://en.pswp.cn/news/278282.shtml

如若內容造成侵權/違法違規/事實不符,請聯系多彩編程網進行投訴反饋email:809451989@qq.com,一經查實,立即刪除!

相關文章

第五章 課本題目

例 5.1 使用單分支條件結構輸出兩個數的最大值。 #include<stdio.h> int main() { int a,b,max; scanf("%d,%d",&a,&b); if(a>b) maxa; if(a<b) maxb; printf("max%d\n",max); return 0; } 例 5.2 用雙分支條件語句求最大值。 #includ…

MySQL服務讀取參數文件my.cnf的規律研究探索

在MySQL中&#xff0c;它是按什么順序或規律去讀取my.cnf配置文件的呢&#xff1f;其實只要你花一點功夫&#xff0c;實驗測試一下就能弄清楚&#xff0c;下面的實驗環境為5.7.21 MySQL Community Server。其它版本如有不同&#xff0c;請以實際情況為準。 其實&#xff0c;MyS…

將組策略編輯器添加到控制面板

If you find yourself using the Group Policy Editor all the time, you might have wondered why it doesn’t show up in the Control Panel along with all the other tools. After many hours of registry hacking, I’ve come up with a registry tweak to let you do ju…

cookies和session區別

cookies和session區別 1、Cookie和Session都是會話技術&#xff0c;Cookie是運行在客戶端&#xff0c;Session是運行在服務器端。 2、Cookie有大小限制以及瀏覽器在存cookie的個數也有限制&#xff0c;Session是沒有大小限制和服務器的內存大小有關。3、Cookie有安全隱患&#…

Exchange Server 2016管理系列課件50.DAG管理之激活數據庫副本

激活郵箱數據庫副本是將特定被動副本指定為郵箱數據庫的新主動副本的過程。我們將此過程稱為數據庫切換。數據庫切換過程是指卸除當前的活動數據庫&#xff0c;然后在指定的服務器上將相應的數據庫副本作為新的活動郵箱數據庫副本進行裝載。成為活動郵箱數據庫的數據庫副本必須…

常見設計模式 (python代碼實現)

1.創建型模式 單例模式 單例模式&#xff08;Singleton Pattern&#xff09;是一種常用的軟件設計模式&#xff0c;該模式的主要目的是確保某一個類只有一個實例存在。當你希望在整個系統中&#xff0c;某個類只能出現一個實例時&#xff0c;單例對象就能派上用場。 比如&#…

記錄一次解決httpcline請求https報handshake_failure錯誤

概述 當使用httpclinet發起https請求時報如下錯誤&#xff1a; javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failureat com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:174)at com.sun.net.ssl.internal.ssl.Alerts.getSSLExcep…

桌面程序explorer_備份Internet Explorer 7搜索提供程序列表

桌面程序explorerIf you are both an IE user and a fan of using custom search providers in your search box, you might be interested to know how you can back up that list and/or restore it on another computer. Yes, this article is boring, but we’re trying to…

C++內聯函數(inline function)

c從c中繼承的一個重要特征就是效率。假如c的效率明顯低于c的效率&#xff0c;那么就會有很大的一批程序員不去使用c了。 在c中我們經常把一些短并且執行頻繁的計算寫成宏&#xff0c;而不是函數&#xff0c;這樣做的理由是為了執行效率&#xff0c;宏可以避免函數調用的開銷&am…

GreenPlum數據庫故障恢復測試

本文介紹gpdb的master故障及恢復測試以及segment故障恢復測試。 環境介紹&#xff1a;Gpdb版本&#xff1a;5.5.0 二進制版本操作系統版本&#xff1a; centos linux 7.0Master segment: 192.168.1.225/24 hostname: mfsmasterStadnby segemnt: 192.168.1.227/24 hostname: ser…

書評:Just the Computer Essentials(Vista)

Normally we try and focus on articles about how to customize your computer, but today we’ll take a break from that and do a book review. This is something I’ve not done before, so any suggestions or questions will be welcomed in the comments. 通常&#x…

RxSwift筆記七其他操作符

簡介 git地址: https://github.com/ReactiveX/RxSwift參考資料:http://t.swift.gg/d/2-rxswiftReactiveX是通過可觀察的流實現異步編程的一種API&#xff0c;它結合了觀察者模式、迭代器模式和函數式編程的精華&#xff0c;RxSwift 是 ReactiveX 編程思想的一種實現。 復制代碼…

python學習

為了學會能學&#xff0c;不負時間&#xff0c;為了那簡練的美&#xff01; 為了一片新天地。 /t 對齊 python : # 99乘法表i 0while i < 9 : i 1 j 0 while j < i : j 1 print(j ,* , i,"" , i*j , end\t) #空格不能對齊 制表符…

hey 安裝_如何在助理揚聲器上調整“ Hey Google”的靈敏度

hey 安裝Vantage_DS/ShutterstockVantage_DS / ShutterstockThe Google Assistant is a useful tool that allows you to control your smart home, check the weather, and more. Unfortunately, the Assistant might not hear you in a noisy environment or it might activa…

EXCEL如何進行多條件的數據查找返回

在使用EXCEL時經常會碰到一個表里的同一款產品每天的銷量都不一樣&#xff0c;然后我們需要查導出每一款產品每天的銷量&#xff0c;即一對多條件查找。這個教復雜&#xff0c;我們要用到好幾個函數的綜合&#xff0c;下面小編來教你吧。 工具/原料 EXCEL軟件&#xff08;本文使…

如何將Google幻燈片轉換為PowerPoint

If someone sent you a presentation on Google Slides, but you’d rather work on it in Microsoft PowerPoint, you can easily convert it to a .pptx file in just a few simple steps. Here’s how it’s done. 如果有人在Google幻燈片上向您發送了演示文稿&#xff0c;但…

Linux 常用命令:文本查看篇

前言 Linux常用命令中&#xff0c;除了cat還有很多其他用于文本查看的命令。本文將簡單介紹一下這些文本查看的命令。 全文本顯示--cat cat可能是常用的一個文本查看命令了&#xff0c;使用方法也很簡單&#xff1a; cat file #全文本顯示在終端cat -n file #顯示全文本&#…

XP調整禁用頁面文件

NOTE: You shouldn’t disable your page file unless you really really know what you are doing. 注意&#xff1a;除非您真的很清楚自己在做什么&#xff0c;否則不應該禁用頁面文件。 If your computer has 1 GB of RAM or more, disabling the page file can speed up XP…

復制數據庫

1.首先手動創建新的數據庫 CREATE DATABASE new-DB DEFAULT CHARACTER SET utf8mb4; 2.使用mysqldump命令。結果&#xff0c;會連同數據一起復制過去。 mysqldump old-DB -u root -pXX --add-drop-table | mysql new-DB -u root -pXX轉載于:https://www.cnblogs.com/clcliangc…

labelme2coco問題:TypeError: Object of type 'int64' is not JSON serializable

最近在做MaskRCNN 在自己的數據&#xff08;labelme&#xff09;轉為COCOjson格式遇到問題&#xff1a;TypeError: Object of type int64 is not JSON serializable 原因是numpy的數據類型不能被json兼容 最簡單的做法是自己寫一個序列類 class MyEncoder(json.JSONEncoder):de…