Skip to content

Instantly share code, notes, and snippets.

View wtichentw's full-sized avatar

Wei-Ting Chen wtichentw

  • Irvine, USA
View GitHub Profile
en:
home:
title: "Home"
about: "About us"
news: "News"
member:
title: "Members"
working: "In-service members"
not_working: "Left members"
visitor: "Visitors"
@wtichentw
wtichentw / SuperCaps
Created February 23, 2017 06:54
Turn caps into ctrl when hold and esc when tapped
# Put below .profile and add source ~/.profile in .bashrc or .zshrc
setxkbmap -option 'caps:ctrl_modifier'
xcape -e 'Caps_Lock=Escape;Control_L=Escape;Control_R=Escape'