most of these require logout/restart to take effect
# Enable character repeat on keydown
defaults write -g ApplePressAndHoldEnabled -bool false
# Set a shorter Delay until key repeat| extension NSDate { | |
| convenience init(ISO8601:String) { | |
| let dateStringFormatter = NSDateFormatter() | |
| dateStringFormatter.dateFormat = "yyyy-MM-dd'T'HH:mm:ssZZZZZ" | |
| dateStringFormatter.locale = NSLocale.systemLocale() | |
| let d = dateStringFormatter.dateFromString(ISO8601) | |
| self.init(timeInterval:0, sinceDate:d!) | |
| } | |
| class func getLastDayOfMonthFrom(month:Int,year:Int) -> NSDate { |