History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-16945
Type: Bug Bug
Status: Open Open
Assignee: Kirill Kalishev
Reporter: Igor Dubosarskiy
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

Command key binding do not work on the mac unless in OS X theme

Created: 23 Jan 08 01:46   Updated: 23 Jan 08 13:31
Component/s: Find, Replace, Find Usages, Refactoring, Local History, IDE Configuration, Version Control Integration, Code Navigation, User Interface, Structural Search and Replace

Environment:
Machine: MacBook Pro, Intel Core 2 Duo

OS: OS X 10.5.1

java version "1.5.0_13"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_13-b05-237)

Build: 7,590
Severity: High


 Description  « Hide
When using a theme other than OS X (for example "Default Alloy") they key bindings for cut/copy paste as well as command-click are replaced with windows counterpart in some of the cases.

For example in the editor everything works fine, however in dialogs such as version history, commit, find and various others only Ctrl- version of those bindings work.

Example (commit dialog):

  • Copy text: expected - Command-C, actual Ctrl-C
  • Paste text: expected - Command-V, actual Ctrl-V

Example (VCS history dialog):

  • Select multiple revisions: expected - Command-Click, actual Ctrl-Click (this has an added issue with Macs since they have their own OS-based Ctrl-Click binding to represent right-button mouse click)

This also exists across other areas of interface.

P.S. the reason I'm using this theme instead of OS-X is that I like that fact that I can have multi-row tabs, that the application menu is NOT in the top bar (like the rest of the Mac apps, IDEA has a lot of menus and they take over the entire top bar on the mac) and that all but text editor fonts are not anti-aliased.



 All   Comments   Work Log   Change History      Sort Order:
Igor Dubosarskiy - 23 Jan 08 01:48
IDEA-12078 seems to be a similar/related issue