From 6a8b20d5fbb2161ebe526a7ce308bc1a6250bc6a Mon Sep 17 00:00:00 2001 From: rdela Date: Sat, 24 Nov 2012 17:39:17 -0800 Subject: [PATCH] update to reflect new default TweetKey and new plist name --- Hotkey.textile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Hotkey.textile b/Hotkey.textile index a4f4769..56ea377 100644 --- a/Hotkey.textile +++ b/Hotkey.textile @@ -5,13 +5,13 @@ h2. Change the key First take a look at this keyboard and find the number to the key you want to set: !http://github.com/downloads/jeena/Twittia/Apple-Keyboard.png! -Then write this line into the Terminal.app and change the default number "17" to your number, then press enter and it is done. +Then write this line into the Terminal.app and change the default number "46" to your number, then press enter and it is done. -@defaults write net.jeena.apps.tentia newTweetKey -int 17@ +@defaults write nu.jabs.apps.tentia newTweetKey -int 46@ -If you for example would like to use the key "M" instead you would write: +If you for example would like to use the key "T" instead you would write: -@defaults write net.jeena.apps.tentia newTweetKey -int 46@ +@defaults write nu.jabs.apps.tentia newTweetKey -int 17@ h2. Change the modifier keys @@ -24,8 +24,8 @@ controlKey: 4096 You have to add the numbers of the keys you want to use together and then write this line, replacing the default number "6400" with the sum and press enter: -@defaults write net.jeena.apps.tentia newTweetModifierKey -int 6400@ +@defaults write nu.jabs.apps.tentia newTweetModifierKey -int 6400@ For example, if you want to use the key combination @Ctrl Opt T@ you have to first set T (that means 17) as newTweetKey as seen above. Then add Ctrl 4096 + Opt 2048 which makes 6144, so you would write: -@defaults write net.jeena.apps.tentia newTweetModifierKey -int 6144@ +@defaults write nu.jabs.apps.tentia newTweetModifierKey -int 6144@ \ No newline at end of file