binaryage / totalterminal

Terminal.app plugin for quick access to terminal window (Quake-style)
http://totalterminal.binaryage.com
390 stars 36 forks source link

Single key shortcut for Total Terminal #101

Closed gnsiva closed 10 years ago

gnsiva commented 10 years ago

First off I'd like to thank you for creating this software I've been using it since it was Visor!

My problem is that I recently reformatted my MBA, and when I reinstalled total terminal it wouldn't allow me to make a single key shortcut. There's a key "§" on my MB which I don't even know what its supposed to be so I've had that as my terminal shortcut for ~4 years.

My muscle memory is not enjoying the change to two key shortcuts. Can you please make this allowed behaviour again, or let me know which was the last version that had it so I can go back?

Thanks

OS X Mavericks Total Terminal 1.4.11

darwin commented 10 years ago

This is probably a limitation of my shortcut recording widget (UI component). You can tweak the plist directly if you know the keycode or have the old plist somewhere in a backup.

~/Library/Preferences/com.apple.Terminal.plist -> TotalTerminalShortcuts -> ToggleVisor ...

gnsiva commented 10 years ago

Thanks very happy to have my old shortcut back. Got it working though it was a bit of a faff. So in case anyone wants to do this in the future:

Closing

darwin commented 10 years ago

:+1:

arwidt commented 9 years ago

This didnt work for me, the plist file gets overwrited after I did my changes. Tell me if you fix it, I am able to set the § key as a shortcut in iTerm2, so it is possible. Would love it if its possible for you to fix this.

darwin commented 9 years ago

Maybe you could use defaults command-line utility to manipulate plist files: https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man1/defaults.1.html