### `systemPreferences.getUserDefault(key, type)` _OS X_
* `key` String
-* `type` String - `string`, `boolean`, `integer`, `float`, `double`, `url` 값이
- 될 수 있습니다.
+* `type` String - `string`, `boolean`, `integer`, `float`, `double`, `url`,
+ `array`, `dictionary` 값이 될 수 있습니다.
시스템 설정에서 `key`에 해당하는 값을 가져옵니다.
* `AppleAquaColorVariant: integer`
* `AppleHighlightColor: string`
* `AppleShowScrollBars: string`
+* `NSNavRecentPlaces: array`
+* `NSPreferredWebServices: dictionary`
+* `NSUserDictionaryReplacementItems: array`
### `systemPreferences.isAeroGlassEnabled()` _Windows_