Skip to content

Instantly share code, notes, and snippets.

@calvinchoy
Last active October 12, 2018 06:32

Revisions

  1. calvinchoy revised this gist Oct 12, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Apple script - Fixes
    Original file line number Diff line number Diff line change
    @@ -2,5 +2,5 @@
    defaults write -g ApplePressAndHoldEnabled -bool false
    defaults write -g ApplePressAndHoldEnabled -bool true

    # fix webcam not found
    # fix webcam not found - resets iCam
    sudo killall VDCAssistant
  2. calvinchoy renamed this gist Oct 12, 2018. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions Apple config script codes → Apple script - Fixes
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,6 @@
    # Special chars on key hold
    defaults write -g ApplePressAndHoldEnabled -bool false
    defaults write -g ApplePressAndHoldEnabled -bool true

    # fix webcam not found
    sudo killall VDCAssistant
  3. calvinchoy revised this gist Nov 20, 2013. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion Apple config script codes
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,5 @@
    # Special chars on key hold
    defaults write -g ApplePressAndHoldEnabled -bool false
    defaults write -g ApplePressAndHoldEnabled -bool true
    defaults write -g ApplePressAndHoldEnabled -bool true
    # fix webcam not found
    sudo killall VDCAssistant
  4. calvinchoy created this gist Oct 8, 2013.
    3 changes: 3 additions & 0 deletions Apple config script codes
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    # Special chars on key hold
    defaults write -g ApplePressAndHoldEnabled -bool false
    defaults write -g ApplePressAndHoldEnabled -bool true