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
Langue=Français | |
Taille=637,438,0,1 | |
Colonnes=40,20,20 | |
Tri=0 | |
Raccourci=Win + Ctrl + 0 (PAVE NUM.) | |
Code=2656 | |
Texte=[#173] | |
- | |
Raccourci=Win + Ctrl + DROITE |
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
; Ctrl+Win+Right : next song | |
#^Right::Send {Media_Next} | |
return | |
; Ctrl+Win+Left : previous song | |
#^Left::Send {Media_Prev} | |
return | |
; Ctrl+Win+< : play/pause | |
#^SC056::Send {Media_Play_Pause} |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>comment</key> | |
<string>TODO: | |
• Try to improve parameters list syntax – scope numbers, ‘=’, ‘,’ and possibly be intelligent about entity ordering | |
• Is meta.function-call the correct scope? I've added it to my theme but by default it's not highlighted</string> | |
<key>fileTypes</key> | |
<array> |
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
[profile=zessxRAT5 version=0x00000005 | |
[controllers | |
[controller=c9e4beb7-9967-4ce8-8fbc-02ca04f453d8 group=Mice | |
[member=cdafc361-948a-4973-989a-29affdef280f name='Call Of Duty: Black Ops - Stealth Mouse' shortname='Call Of Duty: Mouse'] | |
[controls | |
[mousepointer=0x00010030 name=Cursor | |
[mouseaxis=0x00010030 name='X Axis'] | |
[mouseaxis=0x00010031 name='Y Axis']] | |
[mouseaxis=0x00010038 name='Scroll Wheel'] | |
[button=0x00090003 name='Scroll Button'] |
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
[profile=zessxMMO7 version=0x00000005 | |
[controllers | |
[controller=4a484820-55c2-40ac-96c2-fa361656b233 group=Mice | |
[member=2f3358ae-43c4-4a02-9f10-c812f41d72e9 name='Cyborg M.M.O.7' shortname=M.M.O.7] | |
[controls | |
[mousepointer=0x00010030 name=Cursor | |
[mouseaxis=0x00010030 name='X Axis'] | |
[mouseaxis=0x00010031 name='Y Axis']] | |
[mouseaxis=0x00010038 name='Scroll Wheel'] | |
[button=0x00090003 name='Scroll Button'] |
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
// Gulp | |
var gulp = require('gulp'); | |
// Debug plugins | |
var plumber = require("gulp-plumber"); | |
var chmod = require('gulp-chmod'); | |
// Other plugins | |
var sass = require('gulp-sass'); | |
var autoprefixer = require('gulp-autoprefixer'); |
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
shell -$SHELL | |
startup_message off | |
activity "%c activity -> %n%f %t" | |
caption always "%{= Wk}%-w%{= Bw}%n %t%{-}%+w %-=" | |
vbell off | |
term screen-256color | |
bindkey -k k5 prev # F5 to move one screen backward | |
bindkey -k k6 next # F6 to move one screen forward |
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
# | |
# Config overrides | |
# @author: zessx | |
# @update: 2015-12-17 | |
# | |
"*": | |
"exception-reporting": | |
userId: "a492e417-7928-3df0-5e75-a550025c5903" | |
welcome: | |
showOnStartup: false |
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
<keymap version="1" name="zessx" parent="$default"> | |
<action id="$Copy"> | |
<keyboard-shortcut first-keystroke="ctrl c" /> | |
</action> | |
<action id="$Cut"> | |
<keyboard-shortcut first-keystroke="ctrl x" /> | |
</action> | |
<action id="$LRU"> | |
<keyboard-shortcut first-keystroke="shift ctrl t" /> | |
<keyboard-shortcut first-keystroke="shift ctrl o" /> |
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
# Instant Mappings for Eagletone Master K49 | |
# | |
# @version : Live 9.6 | |
# @author : zessx | |
# @contact : [email protected] | |
# | |
# Copy this file in "<Live Path>/Preferences/User Remote Scripts/Eagletone Master K49/" | |
# | |
# Mapping required on your Master K49: | |
# +--------+---------+---------+ |
OlderNewer