The key sequence crtl-esc not activating the bundle menu anymore.
I have already logged in as a different 'virign' user and temporarily moved my /Librabry/Application Support/Textmate/ folder to another location, but still the problem exists.
Has anyone else encountered this problem, and if so were you able to solve it?
Ira Cary Blanco Marketing & Media Samson Technologies Corp. Samson | Hartke | Zoom voice: 631.784.2200 x107 email: blanco@samsontech.com web: samsontech.com
The key sequence crtl-esc not activating the bundle menu anymore.
I have already logged in as a different 'virign' user and temporarily moved my /Librabry/Application Support/Textmate/ folder to another location, but still the problem exists.
Has anyone else encountered this problem,
Yes.
and if so were you able to solve it?
No. :(
I tried every fixes I read about: Setting the prefs in Terminal (I don't remember the exact command), setting it in KeyBindings.dict, creating a new account... No go.
On 9/22/06, Allan Odgaard throw-away-1@macromates.com wrote:
On 22/9/2006, at 17:46, Fred B. wrote:
What happens if you set it to another key than ⌃⎋?
I tried two dozens of different keys, none worked.
To be sure I do things right:
$ defaults write com.macromates.textmate OakBundleItemSpopupmenukeyequivalent '^\z' $ defaults read com.macromates.textmate OakBundleItemSpopupmenukeyequivalent ^z
Then I restart TM (not sure it's needed).
I tried with \033 \050 \043 \052 \077 and a bunch of letters and their octal equivalent too.
Your capitalization is wrong, it needs to be exact I think. Check: http://macromates.com/textmate/manual/ expert_preferences#oakbundleitemspopupmenukeyequivalent On Sep 22, 2006, at 1:26 PM, Fred B. wrote:
OakBundleItemSpopupmenukeyequivalent
Haris
Your capitalization is wrong, it needs to be exact I think.
Sorry about that. I have messed it before copying, but I did use the good one.
Quit TM. $ defaults write com.macromates.textmate OakBundleItemsPopUpMenuKeyEquivaent '^\033' $ defaults read com.macromates.textmate OakBundleItemsPopUpMenuKeyEquivalent ^\033 Restart TM: ctrl + esc not working.
Quit TM. $ defaults write com.macromates.textmate OakBundleItemsPopUpMenuKeyEquivaent '^\052' $ defaults read com.macromates.textmate OakBundleItemsPopUpMenuKeyEquivalent ^* Restart TM: ctrl + * not working.
Quit TM. $ defaults delete com.macromates.textmate OakBundleItemsPopUpMenuKeyEquivalent $ defaults read com.macromates.textmate OakBundleItemsPopUpMenuKeyEquivalent 2006-09-22 20:28:03.624 defaults[4977] The domain/default pair of (com.macromates.textmate, OakBundleItemsPopUpMenuKeyEquivalent) does not exist
Restart TM: ctrl + esc not working.
Etc.