Sourced from: https://feedback.techsmith.com/techsmith/topics/1080p-recording
The webcam recording in Camtasia is factory-limited to 720p for performance reasons, but can be user-modified. There are two preferences needed to implement the change, maxCameraWidthRecordingScreen and maxCameraWidthNotRecordingScreen.
To set the preferences, implement the following in a Mac Terminal:
$ defaults write com.techsmith.camtasia2.plist maxCameraWidthRecordingScreen -int 1920$ defaults write com.techsmith.camtasia2.plist maxCameraWidthNotRecordingScreen -int 1920
This should be done when Camtasia is not running.
NOTE regarding the Camtasia Application:
If you are running the non App Store build, the plist is
~/Library/Preferences/com.techsmith.camtasia2.plist .
If you are running an App Store build, it is ~/Library/Containers/com.techsmith.camtasia2/Data/Library/Preferences/com.techsmith.camtasia2.plist .
Showing posts with label MAC. Show all posts
Showing posts with label MAC. Show all posts
Monday, August 14, 2017
Monday, July 7, 2014
How to re-enable keypad keys after installing Zsh
Sourced from http://superuser.com/questions/742171/zsh-z-shell-numpad-numlock-doesnt-work
1) Edit ~/.zshrc
2) Add the following entries:
bindkey -s “” “intended replacement keystroke”
To insert the correct keystroke above, hit Ctrl-V then press they key to replace.
My section for .zshrc for a standard full-key Mac KB is below:
——— Begin copy/paste ————
# Setting Keypad info:
bindkey -s "^[Oq" "1"
bindkey -s "^[Or" "2"
bindkey -s "^[Os" "3"
bindkey -s "^[Ot" "4"
bindkey -s "^[Ou" "5"
bindkey -s "^[Ov" "6"
bindkey -s "^[Ow" "7"
bindkey -s "^[Ox" "8"
bindkey -s "^[Oy" "9"
bindkey -s "^[Op" "0"
bindkey -s "^[OX" "="
bindkey -s "^[Oo" "/"
bindkey -s "^[Oj" "*"
bindkey -s "^[Om" "-"
bindkey -s "^[Ok" “+”
# NOTE-- The ^M below was added by the following key combinations: Ctrl-V, then pressing Enter
bindkey -s "^[OM" "^M”
——— End copy/paste ————
Enjoy!
PS: If you don’t know what Zsh is, take a look at this site:
http://ohmyz.sh/
#Awesomesauce
1) Edit ~/.zshrc
2) Add the following entries:
bindkey -s “
To insert the correct keystroke above, hit Ctrl-V then press they key to replace.
My section for .zshrc for a standard full-key Mac KB is below:
——— Begin copy/paste ————
# Setting Keypad info:
bindkey -s "^[Oq" "1"
bindkey -s "^[Or" "2"
bindkey -s "^[Os" "3"
bindkey -s "^[Ot" "4"
bindkey -s "^[Ou" "5"
bindkey -s "^[Ov" "6"
bindkey -s "^[Ow" "7"
bindkey -s "^[Ox" "8"
bindkey -s "^[Oy" "9"
bindkey -s "^[Op" "0"
bindkey -s "^[OX" "="
bindkey -s "^[Oo" "/"
bindkey -s "^[Oj" "*"
bindkey -s "^[Om" "-"
bindkey -s "^[Ok" “+”
# NOTE-- The ^M below was added by the following key combinations: Ctrl-V, then pressing Enter
bindkey -s "^[OM" "^M”
——— End copy/paste ————
Enjoy!
PS: If you don’t know what Zsh is, take a look at this site:
http://ohmyz.sh/
#Awesomesauce
Friday, February 5, 2010
Migrate a Time Machine backup
Migrate a Time Machine backup
Move to a larger disk without losing your existing backups
Tuesday, November 3, 2009
Mac OS Startup Key combinations for Intel-Macs
| Keystroke | Description |
| Press C during startup | Start up from a bootable CD or DVD, such as the Mac OS X Install disc that came with the computer. |
| Press D during startup | Start up in Apple Hardware Test (AHT), if the Install DVD 1 is in the computer. |
| Press Option-Command-P-R until you hear two beeps. | Reset NVRAM |
| Press Option during startup | Starts into Startup Manager, where you can select a Mac OS X volume to start from. Note: Press N to make the the first bootable Network volume appear as well. |
| Press Eject, F12, or hold the mouse (/trackpad) button | Ejects any removable media, such as an optical disc. |
| Press N during startup | Attempt to start up from a compatible network server (NetBoot). |
| Press T during startup | Start up in FireWire Target Disk mode. |
| Press Shift during startup | Start up in Safe Boot mode and temporarily disable login items. |
| Press Command-V during startup | Start up in Verbose mode. |
| Press Command-S during startup | Start up in Single-User mode. |
| Press Option-N during startup | Start from a NetBoot server using the default boot image. |
Subscribe to:
Posts (Atom)