This file contains 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
[ | |
{ | |
"backcolor": "#950013", | |
"name": "Drop + OLKB Planck v7", | |
"author": "scammell.co.uk/drop+olkb-planck-v7", | |
"switchMount": "cherry", | |
"plate": true | |
}, | |
[ | |
{ |
This file contains 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
[ | |
{ | |
"backcolor": "#ffffff", | |
"name": "Nuphy Air 60 v2", | |
"author": "scammell.co.uk/nuphy-air60v2", | |
"radii": "20px", | |
"switchMount": "cherry", | |
"plate": true | |
}, | |
[ |
This file contains 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
;------------------------------------------------------------------------------- | |
; Insert date and time | |
;------------------------------------------------------------------------------- | |
; http://prxbx.com/forums/showthread.php?tid=1181&pid=10647#pid10647 | |
; LS 2010-04-27 10:20:23 | |
; modified to use "GMT" instead of "UTC" since GMT respects British Summer Time! | |
; changed %A_NowUTC% to %A_NowGMT% | |
; LS 2013-11-27 09:32:50 | |
; perhaps %A_Now% just uses system time which would respect any daylight savings no matter where you are? |
This file contains 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
[ | |
{ | |
"name": "RS84 multiple layers" | |
}, | |
[ | |
{ | |
"y": 0.5 | |
}, | |
"Caps Lock", | |
"F1", |
This file contains 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
[ | |
{ | |
"name": "RedScarf III 84 (RS84)", | |
"author": "Luke Scammell ([email protected])", | |
"switchMount": "cherry", | |
"switchBrand": "gateron", | |
"switchType": "KS-3-White", | |
"plate": true | |
}, | |
[ |
This file contains 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
:: use this file to run your own startup commands | |
:: use in front of the command to prevent printing the command | |
:: call "%GIT_INSTALL_ROOT%/cmd/start-ssh-agent.cmd" | |
:: set "PATH=%CMDER_ROOT%\vendor\whatever;%PATH%" | |
:: LS 2017-09-12_17.35.11 | |
:: ====================== | |
:: Copied from %CMDER_ROOT%\vendor\init.bat |
This file contains 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
[ | |
{ | |
"backcolor": "#7cccd6", | |
"name": "MiniVan 40%", | |
"author": "Luke Scammell", | |
"switchMount": "cherry", | |
"switchBrand": "gateron", | |
"switchType": "KS-3-White", | |
"plate": true | |
}, |
This file contains 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
[ | |
{ | |
"backcolor": "#7cccd6", | |
"name": "MiniVan 40% – Arrow Layout", | |
"author": "Luke Scammell", | |
"switchMount": "cherry", | |
"switchBrand": "gateron", | |
"switchType": "KS-3-White", | |
"plate": true | |
}, |
This file contains 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
[ | |
{ | |
"backcolor": "#111111", | |
"name": "RedScarf III 84 (RS84) – visual", | |
"author": "Luke Scammell", | |
"switchMount": "cherry", | |
"switchBrand": "gateron", | |
"switchType": "KS-3-White", | |
"plate": true | |
}, |
This file contains 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
;------------------------------------------------------------------------------- | |
; Auto-Reload AutoHotkey when .ahk file is saved | |
; http://prxbx.com/forums/showthread.php?tid=1181 | |
; Modified 2009-12-09 11:32:17 by Luke Scammell - luke {at} scammell [dot] co (.) uk | |
; Modified to match any window with .ahk in the title, meaning it will update other scripts as well and from other programs like Notepad++ :) | |
~^s:: | |
SetTitleMatchMode, 2 | |
IfWinActive, .ahk | |
{ | |
Send, ^s |