/* ~/Library/KeyBindings/DefaultKeyBinding.dict */ { "^S" = "superscript:"; /* Ctrl-shift-s makes the text superscript by raising its baseline */ "^s" = "subscript:"; /* Ctrl-s makes the text subscript by lowering its baseline */ "^x" = "cut:"; /* Windows/Linux-style cut */ "^c" = "copy:"; /* Windows/Linux-style copy */ "^v" = "paste:"; /* Windows/Linux-style paste */ "^z" = "undo:"; /* Windows/Linux-style undo */ }