Primero pruebe a reiniciar el equipo.
Si el teclado todavía responde tratar de llegar a la terminal de búsqueda rápida. (cmd espacio normalmente)
en la terminal se puede intentar cambiar las preferencias a través del comando "valores predeterminados"
el folling comando de las salidas de las diferentes opciones de configuración.
defaults read com.apple.driver.AppleBluetoothMultitouch.trackpad
El resultado para mí es aquí. 1 indica que el activo (o verdadero), 0 significa que no ativos (o falso).
{
Clicking = 1;
DragLock = 0;
Dragging = 0;
TrackpadCornerSecondaryClick = 0;
TrackpadFiveFingerPinchGesture = 2;
TrackpadFourFingerHorizSwipeGesture = 2;
TrackpadFourFingerPinchGesture = 2;
TrackpadFourFingerVertSwipeGesture = 2;
TrackpadHandResting = 1;
TrackpadHorizScroll = 1;
TrackpadMomentumScroll = 1;
TrackpadPinch = 1;
TrackpadRightClick = 1;
TrackpadRotate = 1;
TrackpadScroll = 1;
TrackpadThreeFingerDrag = 0;
TrackpadThreeFingerHorizSwipeGesture = 2;
TrackpadThreeFingerTapGesture = 0;
TrackpadThreeFingerVertSwipeGesture = 0;
TrackpadTwoFingerDoubleTapGesture = 1;
TrackpadTwoFingerFromRightEdgeSwipeGesture = 3;
USBMouseStopsTrackpad = 0;
UserPreferences = 1;
version = 5;
}
para establecer cualquiera de estas teclas tipo
defaults write com.apple.driver.AppleBluetoothMultitouch.trackpad KeyFromAboveList -bool true