The intended use-case for BaseDirectories is to query the paths of user-invisible standard directories that have been defined according to the conventions of the operating system the library is running on.
This file contains hidden or 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
| # reset the system defaults | |
| # xset r rate | |
| # output the current InitialKeyRepeat`value | |
| defaults read NSGlobalDomain InitialKeyRepeat | |
| # output the current KeyRepeat`value | |
| defaults read NSGlobalDomain KeyRepeat | |
| # disable alternate characters when holding a key |