Skip to content

Instantly share code, notes, and snippets.

@z11i
z11i / karabiner-command-escape.json
Last active December 10, 2022 10:20
Karabiner complex modification: Post command+backtick if command+escape is pressed. This is useful to those who use 60% compact keyboards on which backtick/grave keys are replaced with the escape key.
{
"title": "Emit Command+Backtick if Command and Escape are pressed",
"rules": [
{
"description": "Change escape to backtick if pressed with command",
"manipulators": [
{
"type": "basic",
"from": {
"key_code": "escape",
@SheldonWangRJT
SheldonWangRJT / Convert .mov or .MP4 to .gif.md
Last active July 22, 2024 17:14
Convert Movie(.mov) file to Gif(.gif) file in one command line in Mac Terminal

This notes is written by Sheldon. You can find me with #iOSBySheldon in Github, Youtube, Facebook, etc.

Need

Convert .mov/.MP4 to .gif

Reason

As a developer, I feel better to upload a short video when I create the pull request to show other viewers what I did in this PR. I tried .mov format directly got after finishing recording screen using Quicktime, however, gif offers preview in most web pages, and has smaller file size.

This is not limited to developer, anyone has this need can use this method to convert the files.