salax Posted May 20, 2007 Share Posted May 20, 2007 Has anyone figured out what to do (customize the keyboard layout or any other method) in order to press a key on a windows keyboard that will respond to an Apple key? Thanks Link to comment https://www.insanelymac.com/forum/topic/51606-apple-key-on-win-keyboard/ Share on other sites More sharing options...
sarahbau Posted May 20, 2007 Share Posted May 20, 2007 On every keyboard I've used, the Windows key works as the Apple key in OS X (and on Apple keyboards in Windows, the Apple key works as the Windows key). However the placement is swapped with the alt/option key, so I use ControllerMate to fix that after swapping the key caps. Link to comment https://www.insanelymac.com/forum/topic/51606-apple-key-on-win-keyboard/#findComment-368906 Share on other sites More sharing options...
snikx Posted May 20, 2007 Share Posted May 20, 2007 You could try ukelele application. You could completely remap your keyboard with it. http://mac.softpedia.com/get/System-Utilities/Ukelele.shtml Link to comment https://www.insanelymac.com/forum/topic/51606-apple-key-on-win-keyboard/#findComment-368913 Share on other sites More sharing options...
EPDM Posted May 20, 2007 Share Posted May 20, 2007 Go to Preferences --> Keyboard & Mouse --> keyboard --> Modifier keys and change the following Control --> Command Option --> Control Command --> Option this way you use the control-key to cut, copy & paste instead o/t Windows-key. The only problem is that in terminal-apps (VI/nano etc...) the keys are reveresed (e.g. control-key is the Windows-key). Cheers, EPDM On every keyboard I've used, the Windows key works as the Apple key in OS X (and on Apple keyboards in Windows, the Apple key works as the Windows key). However the placement is swapped with the alt/option key, so I use ControllerMate to fix that after swapping the key caps. Why not simply use preferences? Link to comment https://www.insanelymac.com/forum/topic/51606-apple-key-on-win-keyboard/#findComment-368977 Share on other sites More sharing options...
NicolBolas Posted May 20, 2007 Share Posted May 20, 2007 Also, for special (accentuated for eg.) carracters, you may be interested in installing Microsoft or Logitech keyboard "drivers", both include several international keymaps. Link to comment https://www.insanelymac.com/forum/topic/51606-apple-key-on-win-keyboard/#findComment-368990 Share on other sites More sharing options...
sarahbau Posted May 20, 2007 Share Posted May 20, 2007 Why not simply use preferences? Because the last time I bothered to check the Keyboard preferences (probably about 3 years ago. lol) that option wasn't there! Thanks Link to comment https://www.insanelymac.com/forum/topic/51606-apple-key-on-win-keyboard/#findComment-369082 Share on other sites More sharing options...
graphic Design Posted May 21, 2007 Share Posted May 21, 2007 Do U know any ways to restart/shutdown mac osx by keyboard? Link to comment https://www.insanelymac.com/forum/topic/51606-apple-key-on-win-keyboard/#findComment-369495 Share on other sites More sharing options...
sarahbau Posted May 21, 2007 Share Posted May 21, 2007 Do U know any ways to restart/shutdown mac osx by keyboard? If it's an Apple keyboard, I think control-eject (or is it command-eject) will bring up the dialog. My keyboard (Logitech diNovo) has a little button with a moon on it for "sleep" I suppose, which brings up the same dialog. If you don't have either of those, you can use something like ControllerMate to program a certain key to do something such as run an Apple Script. This script will behave similarly to the dialog: display alert "Are you sure you want to shut down your computer now?" buttons {"Cancel", "Restart", "Shut Down"} default button "Shut Down" set a to button returned of result if a = "Restart" then tell application "Finder" to restart if a = "Shut Down" then tell application "Finder" to shut down Unfortunately Applescript doesn't allow more than 3 buttons, so I had to remove the "Sleep" option. Link to comment https://www.insanelymac.com/forum/topic/51606-apple-key-on-win-keyboard/#findComment-369510 Share on other sites More sharing options...
graphic Design Posted May 23, 2007 Share Posted May 23, 2007 If it's an Apple keyboard, I think control-eject (or is it command-eject) will bring up the dialog. My keyboard (Logitech diNovo) has a little button with a moon on it for "sleep" I suppose, which brings up the same dialog. If you don't have either of those, you can use something like ControllerMate to program a certain key to do something such as run an Apple Script. This script will behave similarly to the dialog: display alert "Are you sure you want to shut down your computer now?" buttons {"Cancel", "Restart", "Shut Down"} default button "Shut Down" set a to button returned of result if a = "Restart" then tell application "Finder" to restart if a = "Shut Down" then tell application "Finder" to shut down Unfortunately Applescript doesn't allow more than 3 buttons, so I had to remove the "Sleep" option. Thanks, I forgot I have the similar key with yours in my keyboard which allow me choose Sleep-Restart-shutdown. Link to comment https://www.insanelymac.com/forum/topic/51606-apple-key-on-win-keyboard/#findComment-370641 Share on other sites More sharing options...
sarahbau Posted May 23, 2007 Share Posted May 23, 2007 d'oh. And I spent all that time writing the AppleScript for you Link to comment https://www.insanelymac.com/forum/topic/51606-apple-key-on-win-keyboard/#findComment-370651 Share on other sites More sharing options...
graphic Design Posted May 23, 2007 Share Posted May 23, 2007 d'oh. And I spent all that time writing the AppleScript for you Sorry for wasting your time! Thanks for all your help! Link to comment https://www.insanelymac.com/forum/topic/51606-apple-key-on-win-keyboard/#findComment-370667 Share on other sites More sharing options...
Recommended Posts