cd C:\Users\${username}\AppData\Local\Microsoft\PowerToys\Keyboard Manager- Backup file existing one of
default.json - Download
default.jsonand add it to the current folder
| key |
|---|
| Esc |
| Take the following steps: | |
| 1- First install ffmpeg with brew: | |
| $ brew install ffmpeg | |
| 2- Then run the following command: | |
| $ ffmpeg -i "HLS STREAM URL" -c copy -bsf:a aac_adtstoasc output.mp4 | |
| (don't forgot to replace "HLS STREAM URL" with your stream URL and also double quote the url) |
| # Upgrade / Update outdated casks installed. | |
| # -------------------------------------------------------------------------------- | |
| # Looks for outdated casks and installs the the latest version. | |
| # User data (like application preferences) is intact. | |
| # Updated one liner (thanks Henrik242) | |
| # -------------------------------------------------------------------------------- | |
| brew upgrade $(brew outdated --cask --greedy --quiet) | |
| { | |
| "name": "plugin-slug", | |
| "version": "0.1.0", | |
| "description": "Plugin Description", | |
| "author": "The WordPress Contributors", | |
| "license": "GPL-2.0-or-later", | |
| "main": "build/index.js", | |
| "scripts": { | |
| "build": "wp-scripts build", | |
| "lint:css": "wp-scripts lint-style", |