如何阻止Chrome(或Edge)接管媒體密鑰

chrome logo

Google Chrome now has built-in support for media keys. Unfortunately, Chrome will take over your media keys and prevent them from controlling apps like Spotify when you’re watching YouTube, for example. Here’s how to make Chrome ignore your media keys.

Google Chrome現在已內置了對媒體密鑰的支持。 不幸的是,例如,Chrome在您觀看YouTube時會接管您的媒體密鑰,并阻止它們控制Spotify等應用。 以下是使Chrome忽略您的媒體密鑰的方法。

This same tip also applies to the new Chromium-based Microsoft Edge browser. In both browsers, however, this option requires an experimental flag that may be removed in the future. We tested it in the latest version of Chrome—Chrome 75—on June 24, 2019.

此相同技巧也適用于新的基于Chromium的Microsoft Edge瀏覽器。 但是,在兩種瀏覽器中,此選項都需要一個實驗性標記,以后可能會刪除它。 我們已于2019年6月24日在最新版本的Chrome瀏覽器Chrome 75中對其進行了測試。

You’ll find this option on the chrome://flags page. Copy the following address, paste it into Chrome’s Omnibox, also known as the address bar, and press Enter:

您可以在chrome://flags頁面上找到此選項。 復制以下地址,將其粘貼到Chrome的多功能框(也稱為地址欄)中,然后按Enter:

chrome://flags/#hardware-media-key-handling

(In Microsoft Edge, go to edge://flags/#hardware-media-key-handling ?instead.)

(在Microsoft Edge中,改為轉到edge://flags/#hardware-media-key-handling 。)

Click the “Default” box to the right of the Hardware Media Key Handling setting and select “Disabled.”

單擊“硬件媒體密鑰處理”設置右側的“默認”框,然后選擇“禁用”。

You’ll have to restart Chrome (or Edge) before this change takes effect. Click the “Relaunch Now” button that appears to restart your browser.

您必須重新啟動Chrome(或Edge),此更改才能生效。 單擊出現的“立即重新啟動”按鈕以重新啟動瀏覽器。

Chrome (or Edge) will reopen any tabs you had open, but you might lose any saved work on any open web pages, so be sure you’re ready to restart your browser before continuing.

Chrome(或Edge)將重新打開您打開過的所有標簽,但是您可能會丟失所有打開的網頁上已保存的工作,因此請確保在重新開始之前準備好重新啟動瀏覽器。

That’s it! If you change your mind and want hardware media keys working in Chrome (or Edge) again, return here and set the hardware Media Key Handling option back to “Default” once again.

而已! 如果您改變主意并希望硬件媒體密鑰再次在Chrome(或Edge)中工作,請返回此處,并將硬件媒體密鑰處理選項再次設置為“默認”。

翻譯自: https://www.howtogeek.com/426284/how-to-stop-chrome-or-edge-from-taking-over-your-media-keys/

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

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

相關文章

js滾動條滾動到指定元素

let item document.getElementById("item"); // 指定的元素 let wrapper document.getElementById("wrapper"); // 其父元素 - 必須是產生滾動條的元素// 元素聚焦法定位 // item.focus(); // 可用 outline:none; 除去聚焦產生的框; 對于默認沒有聚焦的…

開源性能測試工具JMeter快速入門(一)

目錄一、JMeter簡介二、JMeter功能介紹三、JMeter腳本四、關于JMeter小提示一、JMeter簡介1.定義JMeter是Apache組織開發的基于Java的壓力測試工具。用于對軟件做壓力測試,它最初被設計用于Web應用測試,但后來擴展到其他測試領域。 1)它可以用…

八重州8900如何解鎖_八重貴族怪胎之路

八重州8900如何解鎖Dealing with computers day in and day out can be a harrowing experience. In difficult times, or even when things are idle, finding some spirituality can help cope with the experience—Techies: I give you the Eightfold Noble Geek Path. 日…

mysql 5.7.18 winx64安裝配置方法

在mysql-5.7.18-winx64文件夾下新建my.ini文件[mysql] # 設置mysql客戶端默認字符集 default-character-setutf8 [mysqld] #設置3306端口 port 3306 # 設置mysql的安裝目錄 basedirD:\Program Files\mysql-5.7.18-winx64 # 設置mysql數據庫的數據的存放目錄 datadirD:\Prog…

js 實現拖拽滾動、滾輪縮放元素函數和案例

文章目錄一、拖拽滾動1、封裝函數2、示例:二、滾輪縮放1、封裝函數2、結合拖拽滾動示例一、拖拽滾動 1、封裝函數 /*** description 使用鼠標拖拽div,實現橫向、縱向滾動* param el 被拖拽滾動的元素(產生滾動條的元素)*/functio…

怎么解決input中readonly屬性的iOS一直存在光標問題

用css中的pointer-events:none轉載于:https://www.cnblogs.com/studyh5/p/8352061.html

贈與大學畢業生_出售,贈與或交易iPhone之前應該做什么

贈與大學畢業生A factory reset of your iPhone erases all of your content and settings, reverting it to a like-new state. However, there are a few extra steps you should take if you plan to get rid of your iPhone. iPhone的恢復出廠設置將刪除所有內容和設置&…

layui radio 根據獲取的到值選中

<input type"radio" name"lwkg" value"1" title"開" lay-filter"lwkg"> <input type"radio" name"lwkg" value"0" title"關" lay-filter"lwkg"> layui.use(…

設置Mac自動顯示和隱藏 Dock 欄的速度

Dock 顯示和隱藏&#xff0c;系統默認設置成了1秒 通過終端.APP修改顯示和隱藏的時間 &#xff08;單位&#xff1a;秒&#xff09; 默認的&#xff1a;defaults write com.apple.dock autohide-delay -int 1 優化的&#xff1a;defaults write com.apple.dock autohide-del…

powerpoint預覽_如何放大和縮小PowerPoint演示文稿的一部分

powerpoint預覽Microsoft PowerPoint lets you zoom in and out on a specific part of your PowerPoint slideshow, which can be handy both while editing and for drawing attention to important objects or ideas during the presentation. Here’s how to do it. Micros…

GitGitHub語法大全

目錄 1. GitHub與Git萬用語法1&#xff09;創建庫2&#xff09;添加和提交到倉庫3&#xff09;版本回退4&#xff09;緩存區和暫存區5&#xff09;撤銷和刪除文件6)遠程倉庫7)創建和合并分支2. 更多Git語法1. GitHub與Git萬用語法 1&#xff09;創建庫 git init 2&#xff09;添…

從Firefox控制您喜歡的音樂播放器

Do you love listening to music while you browse? Now you can access and control your favorite music player directly from Firefox with the FoxyTunes extension. 您喜歡在瀏覽時聽音樂嗎&#xff1f; 現在&#xff0c;您可以直接使用FoxyTunes擴展程序從Firefox訪問和…

富文本編輯器初探

長期以來&#xff0c;作為用戶我是富文本編輯器的使用者&#xff0c;作為前端開發&#xff0c;我也只是富文本插件的使用者&#xff0c;對內部實現細節不甚了解&#xff0c;使用上也只停留在調用插件提供的API&#xff0c;實現一些業務邏輯。最近的項目&#xff0c;需要開發一個…

特殊的求和(函數和循環)

【問題描述】 編寫函數int fun(int a,int n)求Sn a aa aaa … aa…a 的值&#xff08;最后一個數中 a 的個數為 n &#xff09;&#xff0c;其中 a 是一個1~9的數字&#xff0c;例如&#xff1a;2 22 222 2222 22222 &#xff08;此時 a2 n5 &#xff09; 。參數由主函…

ms project 入門_Microsoft Project 2010入門

ms project 入門Would you like to keep your projects on track and keep track of how time and resources are used? Let’s take a look at Microsoft Project 2010 and how it can help you stay on top of your projects. 您想保持項目進度并了解如何使用時間和資源嗎&…

mysql基本的增刪改查和條件語句

增 insert into 表名&#xff08;列名,列名。。。。。。&#xff09; values("test1",23),("test2",23),("test3",24); 這條命令可以一次增加一條數據&#xff0c;也可以同時增加多條數據 還可以從插入其他的表到數據到當前表 insert into 插入的…

后端model傳入前端JSP頁面中的值判斷后再取值

所遇到的問題后端model傳入前端JSP頁面中的值通過foreach循環內要滿足條件才能取值給Div中&#xff0c;我們知道jsp頁面中可以直接用EL表達式取值&#xff0c;格式就是${"model中傳來的數據"},但是我要把傳過來的數據判斷后再取值就遇到了問題&#xff0c;通過查百度…

黑莓os軟件下載_在PC上試用BlackBerry OS

黑莓os軟件下載There’s a wider selection of smart phones and mobile OS’s than ever before, but you can’t just go buy every phone available and try them all out. Here’s how you can test out the latest version of the BlackBerry OS for free on your PC. 智…

IO流之轉換流

一 轉換流 1 OutputStreamWriter類 是字符流通向字節流的橋梁&#xff1a; 可使用指定的字符編碼表&#xff0c;將要寫入流中的字符編碼成字節。它的作用的就是&#xff0c;將字符串按照指定的編碼表轉成字節&#xff0c;在使用字節流將這些字節寫出去。 public static void m…

Spring事務管理(三)-PlatformmTransactionManager解析和事務傳播方式原理

2019獨角獸企業重金招聘Python工程師標準>>> Spring在事務管理時&#xff0c;對事務的處理做了極致的抽象&#xff0c;即PlatformTransactionManager。對事務的操作&#xff0c;簡單地來說&#xff0c;只有三步操作&#xff1a;獲取事務&#xff0c;提交事務&#x…