System Preferences > Sharing > Computer Name > (Set computer name)
System Preferences > Trackpad > Tracking speed > (Increase tracking speed)
System Preferences > Trackpad > Tap to click
//----------------------------------------------------------------------------- | |
// C# .NET 4.5 Console Wrapper | |
// | |
// Marc King < [email protected] > | |
// v1.0 2015-04-26 | |
//----------------------------------------------------------------------------- | |
using SysConsole = System.Console; | |
using System; | |
using System.IO; |
// Copyright © 2021 Marc King <[email protected]> - All Rights Reserved | |
// | |
// SPDX-License-Identifier: MIT | |
// | |
// This work is licensed under the terms of the MIT license. | |
using System; | |
using System.Runtime.CompilerServices; | |
/* |