Project
IntelliJ IDEA
Priority
Normal
Type
Bug
Fix versions
No Fix versions
State
Open
Assignee
Kirill Kalishev
Subsystem
Code Navigation
Affected versions
No Affected versions
Fixed in build
No Fixed in build
  • Created by   Igor Dubosarskiy
    4 years ago (23 Jan 2008 02:46)
  • Updated by   Evgeniy Schepotiev
    21 months ago (27 Apr 2010 16:32)
  • Jira: IDEA-16945
    (history, comments)
 
IDEA-16945 Command key binding do not work on the mac unless in OS X theme
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
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.

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)
Comments (1)
 
History
 
Linked Issues (?)
 
Igor Dubosarskiy
  Igor Dubosarskiy
23 Jan 2008 02:48
4 years ago
IDEA-12078 seems to be a similar/related issue