KeyMap for MacOS Users

Hi guys,

Month ago in RubyMine #638 we bundled  alternative RubyMine Mac OS keymap (rev.2). Main improvements of the keymap was:

  • no conflicts with the default Mac OS X shortcuts (e.g. show Desktop, Spaces, Dashboard, etc).
  • Mac OS X style shortcuts for navigation between tabs, back/forward action, close current window action, etc.
  • allows enabling column selection mode from keyboard of MacBook/MackBookPro


Has anybody tried that keymap? Should we make it default for MacOS users? (at current moment by default we suggest MacOS keymap of IntelliJ IDEA)

P.S: As for me - I use that keymap in IntelliJ IDEA 8.1 with ruby plugin for RubyMine development on MacOS. Also I mapped swipe left/right trackpad gestures to [  /  ] and thus I use gestures to navigate back/forward in IntelliJ IDEA and RubyMine.

0
Avatar
Permanently deleted user

I come from IntelliJ to RubyMine and absolutely love it.  I also recently started using a macbook and tried out v2 of the keymapping.  I like it.  I copied it and made some modification (to do emacs style split window thing).  I don't really care if it should be default or not since I always modify default anyways.  But I imagine making it default will be more friendly to mac users.

0
Avatar
Permanently deleted user

Roman,

This is a bit off topic, but since you're an OSX user, does the CMD-/
(toggle comment) work for you? It has never worked for me. IDEA appears
to have it registered as a mnemonic, but it doesn't seem to trigger. Is
there a native key-binding that needs to be disabled?

cheers,
Charles



Roman.Chernyatchik wrote:

Hi guys,

Month ago in RubyMine #638 we bundled alternative http://www.jetbrains.net/confluence/download/attachments/11798531/RubyMine_ReferenceCard_Mac2.pdf?version=2. Main improvements of the keymap was:

  • no conflicts with the default Mac OS X shortcuts (e.g. show Desktop, Spaces, Dashboard, etc).

  • Mac OS X style shortcuts for navigation between tabs, back/forward action, close current window action, etc.

  • allows enabling column selection mode from keyboard of MacBook/MackBookPro


Has anybody tried that keymap? Should we make it default for MacOS users? (at current moment by default we suggest MacOS keymap of IntelliJ IDEA)

P.S: As for me - I use that keymap in IntelliJ IDEA 8.1 with ruby plugin for RubyMine development on MacOS. Also I mapped swipe left/right trackpad gestures to [ / ] and thus use gestures to navigate back/forward (i use MultiClutch application)

---
Original message URL: http://www.jetbrains.net/devnet/message/5232414#5232414

0

Charles,

As far as I know it isn't a native OS key binding. Meta+/ always works on my computer (in RubyMine and IntelliJ IDEA). May be you use not MacOS keymap and this action is binded on Control+/ ?

0

Zhao,

Thanks for feedback! Could you share this emacs style shortcut for splitting windows?

0
Avatar
Permanently deleted user

Sure, ^x, 2

0
Avatar
Permanently deleted user

cmd + / works for me in os x keymapping

0
Avatar
Permanently deleted user

I personally find the pressing the fn key and then pressing cmd + f4 very odd, why not stick with the convention of cmd + w for closing tabs? Thats what it is in firefox, eclipse, textmate safari and such.

0

chomchom wrote:

I personally find the pressing the fn key and then pressing cmd + f4 very odd, why not stick with the convention of cmd + w for closing tabs? Thats what it is in firefox, eclipse, textmate safari and such.

Kevin, this thread is related to new MacOS keymap for RubyMine. Just choose this "Mac OS (rev.2)" keymap(http://www.jetbrains.net/confluence/download/attachments/11798531/RubyMine_ReferenceCard_Mac2.pdf?version=2) in RubyMine settings and Meta+W will close current tab! It seems your use RubyMine's default classic MacOS keymap that is similar to Windows/Linux keymaps and to IDEA MacOS keymap. We are going to make "MacOS (rev.2)" default keymap for MacOS users in future builds.

Also I recommend your to enabled MacOS option "Use all F1, F2, etc. keys as standard function keys. When this option is selected, press Fn ket to use the special fratures printed on each key" (see System Preferences|Keyboard & Mouse|Keyboard). Thus for pressing F8 you should just press "F8" key instead of Fn+F8 and "play/pause" will be bound to Fn+F8

0
Avatar
Permanently deleted user

Thank you. I'm glad to hear this will be default behaviour in future, I've taken your advice to ammend my 'f' keys in the sys prefs as well.

0

Actually in new keymap I've change a lot of RubyMine's bindings(comparing to old classic MacOS keymap) and I'm not sure that everyone will like it. So at first I want to gather feedback about keymap, may be fix some bindings.

0

Roman, how do I get that keymap in IntelliJ?  I use IntelliJ by day for my day job.  I'm a paying customer.  8.1 only offers me the standard MacOS keymap.

0

Andrew,

It isn't bundled with ruby plugin, just copy attached file to ~/Library/Preferences/IntelliJIDEA8.x/keymaps/



Attachment(s):
MacOSXRevision2Keymap.xml
0
Avatar
Permanently deleted user

Hi,

Loading of the keymap does not seem to work with Diana #9848: "Cannot read scheme MacOSXRevision2Keymap.xml  from '$ROOT_CONFIG$/keymaps': null"

Cheers,

Janne

0

请先登录再写评论。