Skip to content

Instantly share code, notes, and snippets.

View tolgabalci's full-sized avatar

Tolga Balci tolgabalci

View GitHub Profile
@tolgabalci
tolgabalci / karabiner.json
Created May 13, 2026 05:00
Karabiner-Elements config: Caps Lock as Hyper Key with App and Config sublayers
{
"_notes": [
"=== Hyper Key + Sublayer Design ===",
"",
"Caps Lock is remapped to a Hyper Key (left_shift + cmd + ctrl + opt).",
"Tapped alone, Caps Lock still types Caps Lock (200ms hold).",
"",
"Sublayers work by Hyper + <leader> setting a variable while held,",
"then a second key (no modifiers needed) is checked against that variable.",
"Release the leader to exit the sublayer.",
using System;
using System.Collections.Generic;
using System.Text;
namespace tests
{
public static class ExtensionMethods
{
/// <summary>
/// Returns the TimeSpan text in a concise way
@tolgabalci
tolgabalci / ahk
Last active October 12, 2020 03:37
Dell XPS 9300/9500/9700 Home & End key configuration
; **********************************************************
; Version 1.1 - Created by Tolga Balci
; https://gist.github.com/tolgabalci/7dc138535fb68e3fbe8e25352ed201d8
;
; WINDOWS NAVIGATION KEY SETTINGS FOR DELL XPS LIKE
; KEYBOARDS WHICH DO NOT HAVE GOOD ACCESS TO HOME/END KEYS
;
; Installation:
; 1) Download & install from https://autohotkey.com/download/
; AutoHotkey version 1.1.* Previously known as AutoHotkey_L.