Remapping the ctrl key

hi,
i am using LogMeIn Free for Mac to be able to remotely connect to my Mac from the outside world (typically from a PC). as i am starting to dabble in xcode, i have come across a problem: this utility doesnt seem to map the Control key. in the preferences of the app, you can choose to remap the Alt and Cmd keys to a Windows alternative, but nothing for Ctrl.
in xcode, i need to Control-click objects in order to link them. so the question is if its possible to add an additional keyboard shortcut on the Mac, to something the LogMeIn client will be able to handle?
alternatively, is it possible to programmatically create these "bindings"? all text that i am following so far uses the far simpler Ctrl-click method.
regards
jingo_man

Thanks for your reply Peter. I restored defaults, and restarted twice, but still nothing. Both keys work on an external keyboard, so I think that it's a mechanical fault. I'll send it back next week when this job has finished- let's hope that it's not part fo a faulty batch.

Similar Messages

  • Is there a way to change the Alt key to the Ctrl Key?

    Is there a to access the Alt key screen functions (the quick Eyedrop, (holding Alt and click the color) and the Zoom in and Zoom out (holding alt alt and scrolling with the mouse wheel) with other key instead of alt, for instance the Ctrl key?
    It is really annoying to me to deal with it, because in my shortcut configuration I use the keys "Q" and "W" to increace and decrease the size of the brush and the keys "A" and "S" to increase and decrease the hardness of the brush. What happens is that when I hold Alt to pick a color or to zoom, it calls the menu bar's shortcuts (it underlines the menu shortcuts) , so If I do so and press "S" it calls the Select menu, which is not what I'm trying to do.
    In Gimp, the pick a color and zoom in and zoom out actions are configured to work with the Ctrl key instead of Alt, so the shortcut menus are not an issue. Is there anyway to switch it to Ctrl? Is there anyway to make the Alt stop calling the menu bar?
    Thanks

    Hello, Other than a keyboard remapping software, you might be out of luck.

  • How do I check if the ctrl key is pressed from within a mouseReleased actio

    How do I check if the ctrl key is pressed from within a mouseReleased action?
          addMouseListener( new MouseAdapter() {
             public void mouseReleased( final MouseEvent e ) {
               // If ctrl button is held down and mouse is clicked, do something
             }};

    Found it, I think
        e.isControlDown()

  • Use of the Ctrl key

    Hi all
    does anyone know of a method whereby I can use the Ctrl key (or Alt/Shift) as a trigger for an action?
    Spiersy

    Which version of Firefox do you use?
    You have a weird user agent:
    * Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0; hi, Mom) Gecko/20020604
    Try to reset the preferences.
    * http://kb.mozillazine.org/Resetting_preferences
    * http://kb.mozillazine.org/Preferences_not_saved

  • Is there a hidden screw or latch under the ctrl key to release the keyboard on the HP ENVY dv6-7250?

    The keyboard is damaged and I want to replace it.
    I have a HP Envy dv6 Notebook PC Model # C2L44UA#ABL with S/N {Content Removed}
    i believe the part number is B6R23AV WIN 8 MULTI lANGUAGE 64.1.1 dv6 for the keyboard.
    I removed all the screws and separated the top surface that holds the keyboard but something under the ctrl key is holding everything together.
    Is there a release mechanism in that area. If so how does it work?

    Maybe this will help:
    How to disassemble HP Pavilion dv6 laptop
    Kind Regards,
    Dragon-Fur

  • Why are all my keyboard shortcuts using the "Alt" key instead of the "Ctrl" key? I'm using Windows 7 and Firefox 5.0.1.

    I recently downloaded Firefox 5 and noticed that all my keyboard shortcuts default to using "Alt" key instead of the "Ctrl" key (so, for example, opening a new tab is Alt + T instead of Ctrl + T).
    I noticed that this is even true for copying and pasting within Firefox (Alt + C and Alt + P are the only commands that work).
    Any idea why this is happening? I am running Windows 7 and Firefox 5.0.1.

    Thanks, eveostay! That worked. (And for the record, what a crazy user agent string...)

  • Help: How Can I turn off a sound bound to the CTRL key?

    Hi, I made a small Unity3D game using the CTRL key as the fire button. There I added a sound to the CTRL key. Now all of a sudden that key always makes that sound "on mouse release". No help even after deleting the sound file, clearing the PR Ram, making restarts. OS X Yosemite on my iMac 5k will always make that sound initially only active during the game. Any help appreciated. Thanks Rolf

    Problem found - there was a hidden web page open with a similar game that accepted the CTRL key. :-)

  • Remaping the comma-key to be a dot-key (Apple Keyboard)

    Hi there,
    I am working on an Apple Keyboard and need to remap the comma-key to be a dot-key. Do you know how to do it?
    Thank you.

    Thanks all of you for reply. I have attached an image clearing up everything.
    My Apple Keyboard is in Spanish. It means the comma-key which is found in the numeric keyboard is being used for separating groups of three digits (e.g. two millions: 2,000,000) rather than for the decimmal point, as should be according to my configuration for numbers.
    My configuration for numbers is:
    My keyboard is:
    Thank you.

  • Remapping the Fn key in Windows   * a solution *

    Howdy,
    If you own a Mac and you're running Windows via Boot Camp, it's likely that you've noticed that there are problems with the operation of the Fn key. Because the keyboard doesn't have a Delete key, it's extremely annoying that you can't use Fn+Backspace in order to get the Delete function.
    As discussed in this thread it's possible to remap normal keys on your keyboard with a remapping tool like AutoHotKey. Unfortunately this application doesn't recognize the Fn key by default, so you're still stuck with other key combinations like Command+Backspace = Delete.
    I don't use Boot Camp on my MacBook, but I do have a PC with Windows XP. I recently purchased an Apple Wireless Keyboard, which is basically identical to my MacBook keyboard. Using it in Windows is no problem, but the Fn and Eject key both don't work. So I suppose the problem is the same for users of Windows through Boot Camp.
    First I used AutoHotKey to remap Command+Backspace to Delete. But I couldn't get over the fact that there were two keys that I couldn't use. So I kept looking for a solution, and finally found one. Using a DLL file for adding support for Human Interface Devices, written by one of the AHK forum members, I was able to get a response back from my Fn and Eject key. I wrote a script that let's you alter the behavior of the Fn key, so it will act as a modifier.
    At this point my Fn key is fully functional, and I mapped all the basic OS X functions so they can be used in Windows. So whether I'm using Leopard on my MacBook or Windows on my PC, everything is the same. This means:
    Fn+Backspace = Delete
    Fn+F10 = Mute/Unmute
    Fn+F11 = Volume Down
    Fn+F12 = Volume Up
    Eject key ejects my drive (without or with a delay just as in OS X)
    And so forth.
    Because the Fn key question is a common problem for a lot of people, I decided to write a full guide explaining every step of the way in full detail. The guide can be found right here:
    Mystery of the Fn key - A guide to remapping the Fn key in Windows
    The DLL used to retrieve information from the Fn and Eject key has already been used for many other purposes, and made it possible to map a lot of different keys on many different keyboards and other devices like mice and remote controls. By doing so it has proven its worth, and I'm sure that you'll be able to get your Fn key and other special keys working just fine. Whether it's on your Mac using Boot Camp, on a PC with using a keyboard with special hotkeys or on a PC notebook. The guide is based on remapping my Apple Wireless Keyboard, so at least I'm sure that it'll work for Apple keyboards.
    Feedback on my guide and script and whether you succeeded remapping your Fn and Eject key is much appreciated.
    Good luck!

    Well I tried but none of the settings recognized Fn nor Eject on my MBP (penryn w/ OSX and Vista). I even ran through dozens of possible Usage/Page combinations. My other keys were recognized and so what my mouse/trackpad. But not Fn and Eject.
    As you state in the write-up "If your key isn't recognized by one of the devices and their settings as listed in the application, it's unfortunately not likely that you'll get your key to work."
    Thanks anyway. I really thought I found the answer in this thread...
    oh well.
    D'
    PS. It really shouldn't be this hard to delete email using one hand....

  • My homepage shrunk when I accidentally pressed the ctrl key and the underscore key ( I mean't to press the shift key to underscore)

    I was entering a website a wanted to visit which required an underscore,
    but instead of pressing the shift key along with the ' underscore ' key (-_), I pressed the ctrl key and my firefox homepage shrunk to where the print was unreadable. How do I bring the homepage back to where it should be?

    Reset the page zoom on pages that cause problems: <b>View > Zoom > Reset</b> (Ctrl+0 (zero); Cmd+0 on Mac)
    See:
    * http://kb.mozillazine.org/Zoom_text_of_web_pages

  • Help! Where could I remap the volume keys

    Hello Community
    I uh.. request aid to find a way to change the volume key.
    I tried going to System Preferences>Keyboard then to Shortcuts
    I check every shortcut change that I can find like the Launch pad, Display, Mission Control,...Services,Spotlight,...shortcut settings. But none has an option to remap the volume keys in the mac. I need this information ASAP
    Thanks

    Consider looking at something like Karabiner (formally know as KeyRemap4MacBook)
    <https://pqrs.org/osx/karabiner/>
    Also consider BetterTouchTool
    <http://www.boastr.net/>
    which has key remapping and may other touchpad/magic mouse features.

  • Remapping the capslock key to escape key

    Hi all,
    I am a Vim user and I really want to remap the capslock key on the apple keyboard to be an escape key. Is there anyway to do this? I have googled for a long time but didin't find any solutions.
    Thank you!

    you can try creating a new keyboard layout using [ukelele|http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=ukelele].

  • How do you remap the Fn key on windows for gaming?

    As many of you know on the macbook pro the bottom row of keys is in this order: [fn][control][alt][command] instead of the more logical [control][fn][alt][command]. This can be a huge problem in gaming which requires the use of the control key. Most remapping programs I have tried (in Windows 7) do not recognise the fn key neither do the games themselves when you try to change the keyboard setup. Is there any solution to this problem? You will be helping mac gamers everywhere!

    According to this: [[Keyboard shortcuts]], it is not possible.

  • Can I remap the fn key on a Powerbook?

    Extraordinarily, Apple designed the keyboard layout for laptops so that the function key (fn) is on the opposite side of the keyboard to the cursor keys. So if you want to use Home, End, PageUp, or PageDown, as most of us do, then you have to use two hands as the fn key - far left - is too far from the cursor keys - far right.
    Is there a way to remap the keyboard to swap the Enter and fn keys around? I rarely use Enter, but use fn a lot as described above.
    While on this subject, can I remap to get a forward delete, which I used more than backspace on a full size keyboard?

    I've posted this question AFTER finding out the answer, but I'd love for other users with the same problem to know that there is a solution.
    This donateware will allow some keyboard remapping - http://doublecommand.sourceforge.net/ - although I couldn't swap the Enter and fn keys, I could convert the Enter key to work as the fn key but only when used with the cursor keys (which is actually a better solution anyway).
    It also allowed me to convert the backslash key to work as a forward delete.

  • How do you remap the F1 key to paste your email address into a textbox on a website?

    I would like to know if FIREFOX allows keys to be remapped. I want to be able to make the F1 key paste my email address into a textbox on a website to make it easier to type stuff. I have seen other programs that allow you to "remap" the keyboard and I wanted to know if FIREFOX allows this or not?

    According to this: [[Keyboard shortcuts]], it is not possible.

Maybe you are looking for

  • FATAL: How can I login to my account?

    My e-mail address, that I used to use as a login to my Microsoft account, doesn't exist anymore. An Internet domain has been closed about a forthnight ago and so my former e-mail address is not receiving any e-mails since then. And I can't login to m

  • When and how to update the "saved data" in report ?

    Hi, The BO version is "BusinessObjects Enterprise 12.0" The case is that, some reports are uploaded withe saved data. while viewing the reports, the reports return the old data. How to view the update data while click the "View" in CMC/InfoView ? I h

  • I am not able to see the Personal Hotspot in my iPad mini

    I am not able to see the Personal Hotspot in my iPad mini. I have a 3G account and I can´t share it because I can´t find the option Celullar into Settings --> General. Do you have any clue?? Thanks! Pablo

  • Problems in planning strategy 20

    Hi Experts, My scenario is I am using Planning strategy 20 (Make To Order). In Planning strategy 20, Purchase requisition & Planned Order is generated after MRP for RM, SFG & FG respectively. But the problem is that RM is already in stock & I dont wa

  • Download Oracle OLE DB Provider

    Hello! I cannot download Oracle OLE DB Provider http://www.oracle.com/technology/software/tech/windows/ole_db/htdocs/utilsoft.htm I get the message: "We're sorry, the page you requested was not found. " I have tried with serveral versions (but I want