// Currently key repeat, double click, etc are set in ms, however, for // historical reasons we have different units that are // actually 15ms units. All references to these defaults // should take this into account. Specifically make note of // fact that loginwindow references these defaults. // The history behind this is that these units used to be in // 68th of a second. { NSFont = "Helvetica"; NSFontSize = "12"; NSFixedPitchFont = "Ohlfs"; NSFixedPitchFontSize = "10"; NSBoldSystemFont = "Helvetica-Bold"; NSSystemFont = "Helvetica"; NSSystemFontSize = "12.0"; SystemAlert = "Both"; NSUnixExpert = "No"; NSPublicWindowServer = "No"; PublicSoundServer = "No"; NSLanguages = (English, French, German, Japanese, Spanish, Italian, Swedish); AvailableLanguages = (English, French, German, Japanese, Spanish, Italian, Swedish); NSUmask = "18"; KeyRepeat = "5"; KeyRepeat_Level_6 = "2"; KeyRepeat_Level_5 = "5"; // 4 KeyRepeat_Level_4 = "12"; // 8 KeyRepeat_Level_3 = "30"; // 16 KeyRepeat_Level_2 = "60"; // 24 KeyRepeat_Level_1 = "90"; // 48 KeyRepeat_Level_0 = "120"; // 96 InitialKeyRepeat = "30"; InitialKeyRepeat_Level_6 = "15"; InitialKeyRepeat_Level_5 = "25"; InitialKeyRepeat_Level_4 = "30"; InitialKeyRepeat_Level_3 = "68"; InitialKeyRepeat_Level_2 = "94"; InitialKeyRepeat_Level_1 = "120"; InitialKeyRepeat_Level_0 = "300000"; MouseScaling = "5 2 2 3 4 4 6 5 8 6 10"; MouseScaling_Level_3 = "5 2 2 3 6 4 10 5 15 6 22"; MouseScaling_Level_2 = "5 2 2 3 4 4 6 5 8 6 10"; MouseScaling_Level_1 = "5 1 1 6 2 7 3 8 5 9 7"; MouseScaling_Level_0 = "1 1 1"; MouseClick = "2"; ClickTime_Level_0 = "15"; ClickTime_Level_1 = "30"; ClickTime_Level_2 = "45"; ClickTime_Level_3 = "68"; MouseHandedness = "Right"; MouseButtonsTied = "Yes"; AutoDimTime = "122400"; AutoDimEnabled = "Yes"; // Shouldn't use hard coded paths!!! SystemBeep = "/System/Library/Sounds/SystemBeep"; SoundPath = "~/Library/Sounds:/Local/Library/Sounds:/Network/Library/Sounds:/System/Library/Sounds"; // KeyMapPath = "~/Library/Keyboards:/Local/Library/Keyboards:/Network/Library/Keyboards:/System/Library/Keyboards"; SwappedKeymap = "No"; TimeZone = "2"; TimeZoneLabel = "US/Pacific"; }