• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to override Command-H on MAC OSX?

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Folks ,
I have a problem a problem with Mac OSX and Java version 1.4+.
In our application, We are using CMD-H to do some task. It works fine in Java 1.3.1. But now we are moving to Java 1.4+.
Since CMD-H is being used to HIDE the application, It is not invoking what i wanted to do.
Can anyone help me in this reagrd?
Thank you,
- Baps.
 
Ranch Hand
Posts: 45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Bapuji,
While this doesn't do exactly what you're looking for, it does allow you to remap the use of certain keys. The programmer seems to indicate that he's looking for modification suggestions as well:
UControl
Another note is something from BBEdit that might be of interest to you:
BBEdit and CMD-H
My last suggestion would be to use Menu-Master and see if it is possible to just remap cmd-h for this application:
MenuMaster
 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can, for most applications, use the Keyboard & Mouse Preference Pane-> Keyboard Sortcuts to assign keys. The applications mapping is visible when you scroll down past all the global shortcuts.
HTH
Craig
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic