This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE keyboard PUBLIC "" "file://localhost/System/Library/DTDs/KeyboardLayout.dtd"> | |
<keyboard group="0" id="4711" name="Win DE" maxout="1"> | |
<layouts> | |
<layout first="0" last="17" modifiers="Modifiers" mapSet="ANSI"/> | |
<layout first="18" last="18" modifiers="Modifiers" mapSet="JIS"/> | |
<layout first="21" last="23" modifiers="Modifiers" mapSet="JIS"/> | |
<layout first="30" last="30" modifiers="Modifiers" mapSet="JIS"/> | |
<layout first="33" last="33" modifiers="Modifiers" mapSet="JIS"/> | |
<layout first="36" last="36" modifiers="Modifiers" mapSet="JIS"/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Moved to https://github.com/markusressel/ESPHome-Smart-Scale |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
################################################################################ | |
# cap - capture your screen | |
# | |
# This script allows you to capture your screen on Linux or macOS systems using | |
# the appropriate tools available on each platform. On Linux, it uses 'slop' | |
# and 'ffmpeg', while on macOS, it utilizes 'screencapture'. The script prompts | |
# you to select a desktop area for recording and saves the recording as an MP4/MOV | |
# file with customizable video quality. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
esphome: | |
on_boot: | |
priority: 600 | |
then: | |
- delay: 3s | |
- uart.write: "setUartOutput 1 1" | |
external_components: | |
- source: | |
type: git |
OlderNewer