Skip to content

Instantly share code, notes, and snippets.

View rleyvasal's full-sized avatar

Rigoberto Leyva Salmeron rleyvasal

View GitHub Profile
@rleyvasal
rleyvasal / ctrl-cmd.json
Created February 7, 2026 03:21
Karabiner: Ctrl sends Cmd (with exceptions for solveit/Monaco)
{
"title": "Ctrl combos send Cmd (with exceptions)",
"rules": [
{
"description": "Ctrl-only shortcuts (no Cmd)",
"manipulators": [
{
"type": "basic",
"from": { "key_code": "hyphen", "modifiers": { "mandatory": ["control", "shift"] } },
"to": [{ "key_code": "hyphen", "modifiers": ["control", "shift"] }]
@rleyvasal
rleyvasal / ctrl-cmd.json
Last active February 7, 2026 03:21
Karabiner: Unify Ctrl and Cmd — use one modifier key for all shortcuts on macOS
<paste the JSON above>
@rleyvasal
rleyvasal / automate_stime.ipynb
Last active February 9, 2025 01:55
Screen Time Allowed Automation Script
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.