Tagged Questions
30
votes
9answers
21k 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?
Also, in Terminal ...
2
votes
2answers
718 views
How to use the alt/option key as the “meta” key in NetBeans on OS X with emacs keybindings?
NetBeans supports emacs-style keybindings, but for some reason it uses cmd as the "meta" key instead of alt, which seems to be the standard on OS X. (Terminal.app has a checkbox for "use option as ...
1
vote
1answer
123 views
How to bind numeric keypad keys in TextMate?
I often use TextMate on a desktop Mac with a full (old-style) Macintosh keyboard with a full numeric keypad. I'd like to be able to bind menu item keys, macro key triggers and other actions to some ...
1
vote
2answers
313 views
Does PBKeyBinding.dict still work for setting Xcode key bindings
New to the Mac (OS X 10.6.2), and Xcode (3.2.1), (and new here!), I've been tinkering with the shortcuts, using the procedures described here.
I made the folders mentioned, and the file ...
1
vote
2answers
385 views
How to specify key bindings in a dict file inside Cocoa app bundle?
(This is not a question about KVC/KVO and key-value bindings.)
I'm writing an application with a "tools" panel. Every tool can be selected using one-letter key (like "M" - "Move tool"). Tool can be ...
1
vote
1answer
276 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 should move the caret one ...
0
votes
2answers
340 views
Can't use Ctrl+A and Ctrl+E (bash keybindings) on Terminal.app OSX
So for some odd reason, i can't use ^A and ^E on bash in Terminal.app, i can however, use ^C, ^R, ^Y, ^L and all sort of other key bindings.
bind -p shows
"\C-a": beginning-of-line
"\C-e": ...
0
votes
1answer
94 views
Keybinding move word in JRuby irb on OSX
Similar to this question, except in JRuby (it works in MRI Ruby). Alt-left prints a "b" in my console. Very annoying!
To clarify, I've setup my terminal as described in this article, mapping ...
0
votes
1answer
384 views
Conkeror Keybindings on Mac OSX
Has anyone figured out how to change the keybindings for the meta and control keys for Conkeror on Mac OSX? For example, in Emacs I have my C mapped to the apple command key and my M mapped to the ...
0
votes
1answer
537 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?