Tagged Questions

1
vote
1answer
65 views

Eclipse: How to create and load custom key bindings schemes?

I started using Eclipse recently along with the awesome PyDev plugin for Python development. Being used to the Visual Studio key bindings, I found that Eclipse has built-in support …
11
votes
8answers
5k views

Emacs on Mac OS X Leopard key bindings

I'm a Mac user and I've decided to learn Emacs. I've read that to reduce hand strain and improve accuracy the CTRL and CAPS LOCK keys should be swapped. How do I do this in Leopard …
0
votes
1answer
120 views

Where are Eclipse key configurations saved on Mac OS X

There is no .eclipse dir under my home dir. I can't find the configuration file saving the key binding schemes. Where are they saved on Mac OS X?
1
vote
3answers
183 views

How to create a binding for NSApp.dockTile’s

In IB it is easy to bind a label or text field to some controller's keyPath. The NSDockTile (available via [[NSApp dockTile] setBadgeLabel:@"123"]) doesn't appear in IB, and I can …
0
votes
1answer
200 views

OS X keybindings in AIR app

When used in an AIR app, some standard keystrokes in OS X are either ignored or produce "mystery" characters rather than behaving as expected. Examples: option + left arrow shoul …