Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| software [2020/02/25 03:25] – [27. Mirror Android to PC with scrcpy] garyrust | software [2020/04/13 23:08] (current) – [4. plyr - A simple HTML5, YouTube and Vimeo player] garyrust | ||
|---|---|---|---|
| Line 23: | Line 23: | ||
| <iframe width=" | <iframe width=" | ||
| </ | </ | ||
| + | ===== - plyr - A simple HTML5, YouTube and Vimeo player ===== | ||
| + | [[software# | ||
| + | [[https:// | ||
| + | https:// | ||
| + | < | ||
| + | <div class=" | ||
| + | <video controls crossorigin playsinline poster=" | ||
| + | <source src=" | ||
| + | < | ||
| + | < | ||
| + | |||
| + | <!-- Caption files --> | ||
| + | < | ||
| + | default> | ||
| + | < | ||
| + | <!-- Fallback for browsers that don't support the < | ||
| + | <a href=" | ||
| + | </ | ||
| + | </ | ||
| + | <!-- Plyr resources and browser polyfills are specified in the pen settings --> | ||
| + | </ | ||
| + | |||
| + | < | ||
| + | < | ||
| + | HYBERNATING GROUNDHOG, with no JOB. Better wake up or you'll be late for work.\\ | ||
| + | |||
| + | < | ||
| + | <div class=" | ||
| + | <video controls crossorigin playsinline poster=" | ||
| + | <source src=" | ||
| + | < | ||
| + | < | ||
| + | |||
| + | <!-- Caption files --> | ||
| + | < | ||
| + | default> | ||
| + | < | ||
| + | <!-- Fallback for browsers that don't support the < | ||
| + | <a href=" | ||
| + | </ | ||
| + | </ | ||
| + | <!-- Plyr resources and browser polyfills are specified in the pen settings --> | ||
| + | </ | ||
| + | </ | ||
| + | ===== - Jekyll ===== | ||
| + | [[software# | ||
| + | https:// | ||
| + | < | ||
| + | <iframe width=" | ||
| + | </ | ||
| + | |||
| ===== - Install PyCharm Community Edition | ===== - Install PyCharm Community Edition | ||
| **[[software# | **[[software# | ||
| Line 373: | Line 424: | ||
| https:// | https:// | ||
| + | < | ||
| + | Action Shortcut Shortcut (macOS) | ||
| + | Switch fullscreen mode Ctrl+f Cmd+f | ||
| + | Resize window to 1:1 (pixel-perfect) Ctrl+g Cmd+g | ||
| + | Resize window to remove black borders Ctrl+x | Double-click¹ Cmd+x | Double-click¹ | ||
| + | Click on HOME Ctrl+h | Middle-click Ctrl+h | Middle-click | ||
| + | Click on BACK Ctrl+b | Right-click² Cmd+b | Right-click² | ||
| + | Click on APP_SWITCH Ctrl+s Cmd+s | ||
| + | Click on MENU Ctrl+m Ctrl+m | ||
| + | Click on VOLUME_UP Ctrl+↑ (up) Cmd+↑ (up) | ||
| + | Click on VOLUME_DOWN Ctrl+↓ (down) Cmd+↓ (down) | ||
| + | Click on POWER Ctrl+p Cmd+p | ||
| + | Power on Right-click² Right-click² | ||
| + | Turn device screen off (keep mirroring) Ctrl+o Cmd+o | ||
| + | Rotate device screen Ctrl+r Cmd+r | ||
| + | Expand notification panel Ctrl+n Cmd+n | ||
| + | Collapse notification panel Ctrl+Shift+n Cmd+Shift+n | ||
| + | Copy device clipboard to computer Ctrl+c Cmd+c | ||
| + | Paste computer clipboard to device Ctrl+v Cmd+v | ||
| + | Copy computer clipboard to device Ctrl+Shift+v Cmd+Shift+v | ||
| + | Enable/ | ||
| + | ¹Double-click on black borders to remove them. | ||
| + | ²Right-click turns the screen on if it was off, presses BACK otherwise. | ||
| + | ===================================================================================== | ||
| + | Scrcpy uses adb to communicate with the device, and adb can connect to a device over TCP/IP: | ||
| + | |||
| + | Connect the device to the same Wi-Fi as your computer. | ||
| + | Get your device IP address (in Settings → About phone → Status). | ||
| + | Enable adb over TCP/IP on your device: adb tcpip 5555. | ||
| + | Unplug your device. | ||
| + | Connect to your device: adb connect 192.168.11.113: | ||
| + | Run scrcpy as usual. | ||
| + | https:// | ||
| + | </ | ||
| ===== - WireGuard VPN ===== | ===== - WireGuard VPN ===== | ||
| **[[software# | **[[software# | ||