Mac USB Keyboard Cntrl + F# commands not working properly

Hello folks,
I have a mac keyboard connected to my MBA through USB, the issue is that the control + F# shortkeys don't work properly.
E.g pressing ctrl + F3 should take me to the desktop ( the sliding movement of the windows ), but instead it switches between windows or something..
Even though it says in the system setting that pressing ctrl + F3 should take me there.
The keyboard in question is a Mac keyboard also. The commands works just fine when I click only the F# buttons on the MBA's keyboard.
Anyone has stumbled upon this previously or know any solution? You gotta love the Mac keycommands.
Thanks

Apple menu -> System Preferences -> Keyboard (and Mouse depending on Mac OS X revision) -> Keyboard
change the use all F1, F2 etc... keys as standard function keys setup.
Command + key usually works for control commands you are used to on Windows, when working with Mac OS X applications.

Similar Messages

  • Windows reports that the "USB-IF xHCI USB Host Controller" device is not working properly.

    I have been receiving the following error and instructions to fix it for a long time now, prior to updating to Windows 8.1:
    A device is not working properly
    Windows reports that the "USB-IF xHCI USB Host Controller" device is not working properly.
     Recommended solution to the problemUse Windows Update to check whether new device drivers are available. Proceed as follows:
    Open Device Manager
    Search in the device manager for the device whose driver you would like to update and double-click on the device name. You may first have to enable the "Show hidden devices" entry in the "View" menu.
    Switch to the Driver tab, click Update driver and follow the instructions
    When I follow the instructions and try to update the driver, I am told "The best driver software for your device is already installed."
    How do I update the driver to stop receiving the error?  
    This question was solved.
    View Solution.

    I have solved the initial problem.    
    I found the solution on the Forum at http://h10025.www1.hp.com/ewfrf/wc/document?docname=c03926756&tmp_task=solveCategory&cc=us&dlc=en&la...

  • ThinkPad USB Keyboard with TrackPoint -- Buttons not working (SK-8833)

    The buttons on my trusty Thinkpad USB external keyboard (SK-8855) have suddenly stopped working properly. The right-hand button has ceased functioning most of the time, and now the middle button both scrolls windows (as it is supposed to) but also acts as the right-hand button (showing context menus, etc.). Also, occasionally, the left button stops working too, until I click on the center button, and then it will work fine for a while. There is no real consistency except that they are inconsistent.
    The rest of the keyboard, including the trackpoint, works fine, but the fault happens when the keyboard is plugged into two different machines--my Thinkpad T430 and my Thinkpad x100e (the very first time it was ever plugged into this one).
    I would be happy to see if some dirt has clogged up the button mechanism, but the keyboard is still under warranty and one of the screws is under a label (I think). It looks like some kind of hardware issue since I haven't changed any software on my system, but I guess it could be a driver problem, but Lenovo has made it all but impossible to find the drivers of this keyboard.
    Does anyone have any ideas, or should I just be contacting support for a warranty repair?

    You should get the keyboard changed under warranty.
    Regards,
    Jin Li
    May this year, be the year of 'DO'!
    I am a volunteer, and not a paid staff of Lenovo or Microsoft

  • USB keyboard shift keys suddenly not working

    For some reason, when I woke up my MacBook Pro this morning, both shift keys on my aluminium USB keyboard were not working. I'm using the keyboard with a Magic Mouse and LED cinema display connected to my MacBook. When I hold either shift key in combination with any other key, either nothing is typed, or there will be random characters typed, occasionally.
    I ran AppleJack on auto to see if there were any problems. There were a few preferences it corrected, but nothing major was wrong. I connected the keyboard to a friend's MacBook Pro, and the shift keys did not work on his machine either. Caps Lock does work. I've tried canned air. I don't remember spilling anything on it.
    Any idea about what I can try to get it working, or is it broken? Thanks,
    -Jeff

    Try resetting the PRAM. Info here:
    http://docs.info.apple.com/article.html?artnum=2238

  • Keyboard layout switching does not work properly when set to switch per document

    Hello,
    I have two input languages (U.S. / Bulgarian - Phonetic) and I am having problems when using the "Automatically switch to a document's input source" option (available in the Input Sources prefs pane).
    The problem is that when I switch applications (using CMD + Tab) the input is not changed to the correct one, until an input field in the new application is selected. If I don't manually select an input field, the language will remain whatever it was with the previous application I used. As a consequence, none of my shortcuts work, as they are defined in the U.S language, and not in Bulgarian.

    Hi,
    does this problem appear immediately after buying the machine? Maybe its a good idea to recover the machine, perhaps it could be a software issue.
    On the other side it sounds a little bit like a hardware related problem so if the recovery doesnt brought you joy then you should contact a local service partner for help.
    Here you can find the nearest ASP in your country (just click on the link and you will find some):
    http://eu.computers.toshiba-europe.com/cgi-bin/ToshibaCSG/generic_content.jsp?service=EU&ID=ASP_SUPPORT
    Nice weekend
    Cheers

  • Host command not working properly

    Hi,
    I am using oracle forms 10.1.2.0.2.
    In my form, I need to call a unix shell script.
    { Oracle forms will run on application server.
    Unix will run in a development server.
    (Both the servers are different)
    From forms, if I click a button, it should call the unix shell script in a specified path.
    Internally, the unix script will call oracle to generate a file.
    In the file, some manipulations are done using unix.
    After doing some manipulations, the file is stored in a specified path in the unix box. }
    To achieve the above, I did the below things.
    To execute a unix shell script from my oracle forms (10g),
    1) the below configuration i added in the webutil.cfg file
    install.syslib.0.user.1=ffisamp.dll|40960|1.0|true
    transfer.database.enabled=TRUE
    transfer.appsrv.enabled=TRUE
    transfer.appsrv.workAreaRoot=c:\temp
    transfer.appsrv.accessControl=TRUE
    #List transfer.appsrv.read.<n> directories
    transfer.appsrv.read.1=c:\temp
    #List transfer.appsrv.write.<n> directories
    transfer.appsrv.write.1=c:\temp
    2) I have attached webutil.pll library to my form
    3) I have subclassed object group from webutil.olb to my form.
    4) The host command i used is (these code are present in when-button-pressed trigger of a button)
    host('rsh selvas -l administrator sh <foldername>/if_csv.ksh',NO_SCREEN);
    if form_failure then
         emessage('hi selva');
    emessage(SQLERRM);
    else
         emessage('failure selva');
    end if;     
    when I click the button, I am getting the below messages,
    hi selva
    normal, successful completion
    Also, the script is not executing and it is not giving me the desired result.
    Can any one help me, where I am missing.
    Thanks,
    Selvaraj

    hi steve,
    Thanks for your response
    after the host command i added like this
    host.....;
    pause;
    if form_failure then
         emessage('hi selva');
    else
         emessage('failure selva');
    end if;     
    when I executed,
    I got the below messages
    PLEASE ACKNOWLEDGE
    -- when i clicked ok,
    it showed me failure selva
    but still the shell script has not executed.
    Note:
    In /tmp directory, no log files are available.
    Can you plz help
    thanks,
    selvaraj

  • CLIENT_HOST-Command not working properly

    Hi everyone,
    i am having trouble on starting a SQL-PLUS-Prompt with the WEBUTIL_HOST-Package.
    I use the following code to start SQL-PLUS:
    DECLARE
    THE_COMMAND Varchar2(100);
    BEGIN
    THE_COMMAND := 'PLUS80.EXE scott/scott@database'
    WEBUTIL_HOST.Blocking(THE_COMMAND);
    END;
    The Command-Window on the Client comes up, but i see nothing but the cursor blinking in the upper left corner.
    If i change the Code to
    THE_COMMAND := 'PLUS80W.EXE scott/scott@database'
    the Window comes up. ** Confusing **
    Has anyone managed to start the Commandline Version of SQL-PLUS by using the functionality of the WEBUTIL_HOST.Package ?
    Thanks in advance,
    F.Thorns

    hi steve,
    Thanks for your response
    after the host command i added like this
    host.....;
    pause;
    if form_failure then
         emessage('hi selva');
    else
         emessage('failure selva');
    end if;     
    when I executed,
    I got the below messages
    PLEASE ACKNOWLEDGE
    -- when i clicked ok,
    it showed me failure selva
    but still the shell script has not executed.
    Note:
    In /tmp directory, no log files are available.
    Can you plz help
    thanks,
    selvaraj

  • Wired Keyboard: Right Arrow Key Not Working Properly

    The right arrow key on my new wired keyboard doesn't work on the first press. After the initial press it works, and if I'm only using the arrow keys themselves it works fine too. But otherwise it takes two presses to move the cursor initially.

    I found the problem, at least for my keyboard. Open Keyboard Viewer from the International menu, the one that displays a flag.
    Tap the right arrow key lightly. Nothing happens on the viewer. Tap any other key lightly. They display just fine. Now, give the right arrow key a firmer tap. You should see that it registers every time as long as you tap it a little harder than the other keys.
    So, at least in my case, it is keyboard specific. That probably explains why some have the problem and other's don't. I will exchange this keyboard for another one until I finally get one that works. Thank God for "Keyboard Viewer" or I never would have nailed this down.
    Poor quality control at play here me thinks.
    John

  • Why is tail unix command not working properly on a mounted drive?

    I mounted a remote drive on my mac, smb://some-windows-host/some-folder.
    I thought I'd be able to do a 'tail -f' on a file on this mounted drive, but it seems the changes aren't coming through.  What's wrong?
    Do I have to enable someting?
    Thank you so much.
    JS.

    Kind of late, but for anyone that sees this in the future.
    It's possible that the process that is modifying your file is creating a new file with the same filename.  The 'tail -f' command reads the file based on it's 'file descriptor'.  When the file gets rewritten by the other process, then the file descriptor changes.
    So to track a file by it's name instead of it's descriptor, you should use a capital 'F', like 'tail -F'.

  • Color picker for text in Mac OS X Lion Mail is not working properly

    I found a bug in Mac OSX Lion Mail program. I tried it on 3 different machines and they all act the same. When you compose a new message in mail and you change the color of the text to another color than black with the color picker, the text changes to the apropriate color. If you try to select that same text and try to revert it's color to black again using the color picker, the text bocomes blank and you cant see it anymore.
    Does anybody have the same problem as I do?

    Same problem here - it's a bug which hopefully will be fixed in a future update.
    In the meantime, here is a workaround:
    Highlight the text you want to change
    Click on the color icon
    Click on "Show Colors"
    Run the "Back slider" a little up, and then all the way back again.
    This should make the text black again - it's a little cumbersome to say the least, but it does the trick

  • I am running 10.8 and I am trying to get a E-mu 1x1 midi/usb connector to work with my keyboards. It's not working with any keyboard at all. I believe it is a Mainstage/Mac issue. Mainstage can recognize the the interface but it won't work.

    I am running 10.8 and I am trying to get a E-mu 1x1 midi/usb connector to work with my keyboards. It's not working with any keyboard at all. I believe it is a Mainstage/Mac issue. Mainstage can recognize the the interface but it won't work.

    Here are two screen shots to show you what I am seeing.  The first screen shot shows it allowing me to select (highlighted in blue) my admin user (which is what I am locced in as).  The second screen shot shows it allowing me to select the "Guest" user (highlighted in blue).  However when I click on the user "Orion" nothing happens.  It will not change to highlight that user.

  • I bought the last apple wire keyboard , but it does not work with my usb ..

    i bought the last apple wire keyboard , but it does not work with my usb hub why ?
    the only way it works its when connecting it thrue my powerbook usb ...
    the problem is i HAVE TO USE IT THRUE AN USB HUB ... do you think its because my hub is cheap ? 10 $ .... i 've been told that it comes from the fact that i need an auto-alimented usb hub ...?.
    suggestions gentlemen ?

    I have eyes everywhere. Two of them can see the word "Paris", right below your name, at left.

  • I had a mac pro system..from last 2 days the keyboard is not working properly..if i typed a key but it displayed 2 or 3 keys..what is the problem? is keyboard gone..?

    i had a mac pro system..from last 2 days the keyboard is not working properly..if i typed a key but it displayed 2 or 3 keys..what is the problem? is keyboard gone..?

    Hey ynareshbabu,
    Thanks for the question. I understand you are having issues with your keyboard. The following article provides some great troubleshooting steps:
    One or more keys on the keyboard do not respond
    http://support.apple.com/kb/TS1381
    You may want to refer to the "Some keys don't work as expected" section.
    Thanks,
    Matt M.

  • Command-Z keyboard menu shortcut is not working

    Hi
    Command-Z keyboard menu shortcut is not working in my profile i.e.,my login. But able to execute the same keyboard shortcut in other profile. ALl the other menu keyboard shortcuts are working fine. Have tried deleting Universal Access, HotKeys,Finder Preference plist,. from ~/Library/Preference/ folder. But of no use. This shortcut is not working for any of the app.
    Thnks

    ok will try that and will let you know.. But the undo keyboard shortcut works well in other user profile.

  • Why does default keyboard shortcut for show/hide baseline grid (opt+command+') not work?

    Why does default keyboard shortcut for show/hide baseline grid (opt+command+') not work?

    Here's where you need to change the settings: System Preferences > Keyboard > Keyboard Shortcuts:

Maybe you are looking for

  • Picking the records from IT2011.....

    Hi All, I am writing the report as per the clients requirement. for this i am using the IT 0007, 2010, 2011. Here i am using the LDB PNP for this report. i have declared  as below. INFOTYPES: 0007, 2010,2011. The infotypes are filling with the record

  • Not able to connect to RAC Database with VIP entries

    Hi All, My RAC database run with Physical Host entries in listener and tnsnames files. But VIP services are running in both nodes. Now i want to use VIP enties to connect to the RAC database from client side. I have modified the both the listener and

  • TypeError in FWCS5 when exporting to FXG

    I opened in Fireworks CS5 an old (CS4-type) png. This file contains a compleet website with several pages. Then I exported this file (without any changes made) to FXG for use within Catalist CS5. After exporting I got the following message in FW: "Ty

  • Implementing Rest/JSON Webservice

    Hello, I'm developing an app in iphone and want to use JSON webservice. Can anyone please guide me how to use json format with abap webservices or any document suggesting? Thanks in Advance

  • Help - No Mouse!

    After the latest upgrade this morning, I lost my mouse. It shows up in the middle of the screen, but no movement. I've checked in multiple desktops/wms including xfce4 and fluxbox. has Arch changed the device name? I have a standard 3-button MS USB m