Is there a way to exit a window without having to click the red x button?

I'm always looking for shortcuts and was wondering if for the MacBooks there was a way to exit out of a window without actually having to click the red x. For example, on a PC, I would click Alt+F4.

Shift CMD w
Regards,
Captfred

Similar Messages

  • I purchased GarageBand for I Mac but I want to put it on my iPad. Is there any way I could do it without having to purchase the program again?

    I have GarageBand on my iMac, but would like the program on my iPad now. Since I have already pad for it once is there any way to put GarageBand on my iPad without having to pay for it again? Thanks

    So after i purchase garageband for my ipad, is there any way to transfer unfinished work from my iMac to the iPad or from the iPad to the iMac?

  • ITunes 11.0.4. can't locate thousands of files (they are still on the harddisk though) - is there a way to simply relocate them (without having to do it for each individual song which would take forever)?

    After updating to iTunes 11.0.4.,
    iTunes 11.0.4. can't locate thousands of files (they are still on the harddisk though).
    is there a way to simply relocate them (without having to do it manually for each individual song which would take forever)?

    Are these "thousands of files" in an iTunes library that simply cannot be found?
    If so, assuming you know exactly where they are, hold the "Option" key while opening iTunes from your dock.  You will then be given a "Choose Library" option.  Choose it and point to your library.

  • After a few minutes, the page down won't work without clicking the mouse pointer on the page I am reading to activate page down again. Is there a way to go back to page down working every time without having to click the page first?

    Question
    After a few minutes, the page down won't work without clicking the mouse pointer on the page I am reading to activate page down again. Is there a way to go back to page down working every time without having to click the page first?

    Today, two other users reported issues with the back-forward history list dropping down if they hovered the mouse pointer over the back or forward button -- without clicking -- and then moved the pointer downwards. One user was on a touchpad, I don't know about the other user. Are you experiencing anything like that?

  • Is there a way to access my voicemail without having to enter my password every time?

    Is there a way to access my voicemail without having to enter my password every time?  Or is the only way to check emails is to click on the voicemail icon and enter password?

    For that, you would probably have to create a contact and place it on your homescreen. I don't know if there are any settings where you can have the voicemail icon automatically call, although there may be. You can name the contact you place on your homescreen "call voicemail" or "voicemail", though.
    Edit: keep in mind by setting up your voicemail number like I had previously described, anyone with access to your phone will now have access to your voicemails. If you are like me, though, that won't bother you.

  • Is there a way of unzipping Tempro updates without having to buy Winzip?

    Is there a way of unzipping Tempro updates without having to buy Winzip?
    And why are the files downloaded in this way? WHy not simple exec files as from Microsoft?
    Thanks for any help
    Rod

    Hi
    You dont need to buy anything.
    Winzip is for free. You can also use the WinRAR.
    You will just notice an pop which recommend to buy an full version but this is not needed in order to unzip single packages.
    As I said; install WinRAR. I use this tool too. in my opinion its better than Winzip.
    Greets

  • HT203167 I bought and downloaded the Ricky Gervais' Audiobook series "A Guide To" last year off of my old iPhone. Since i bought my new iPhone the audiobook dont show up in my purchased items list. Is there a way I can retrieve them without having to pay

    I bought and downloaded the Ricky Gervais' Audiobook series "A Guide To" last year off of my old iPhone. Since i bought my new iPhone the audiobook dont show up in my purchased items list. Is there a way I can retrieve them without having to pay again.Ty

    Sorry, but audiobooks cannot be downloaded more than once without charge. You will need to have the audiobooks in iTunes on your computer so you can sync them to your new iPhone. If the audiobooks are not in iTunes and you don't have a viable backup, you may be out of luck. You can, however, contact the iTunes Store, explain the situation, and see if they can make an exception for you.
    http://www.apple.com/support/itunes/contact/
    Regards.

  • Best way to do a choose without having to repeat the data?

    This is probably an easy one that I am just missing.
    Very rusty.
    I am trying to figure out how to code this with JSTL so that I don't repeat the TD contents. CSS styling has nothing to do with this. <table:tr> alternates rows of shaded and white. I want to override the <table:tr> and use a particular bgcolor instead of the regular shaded and white background (that the <table:tr> produces) when that condition is met.
    I want to do this WITHOUT having to repeat the same code twice.
    I probably need to do some sort of c:set using a variable but i'm not sure how.
    <c:choose>
    <c:when test="${Form.formFieldId == "xyx"}">
         <tr bgcolor="#344543" >
    TD1
    TD2
    TD3
    </tr>
    </c:when>
    <c:otherwise>
         <table:tr>
    SAME TD1 as above
    SAME TD2 as above
    SAME TD3 as above
    </table:tr>
    </c:otherwise>
    </c:choose>
    Thanks for any help.

    Here is one way:
    <c:set var="tdContent">
    TD1
    TD2
    TD3
    </c:set>
    <c:choose>
    <c:when test="${Form.formFieldId == "xyx"}">
    <tr bgcolor="#344543" >
      ${tdContent}
    </tr>
    </c:when>
    <c:otherwise>
    <table:tr>
      ${tdContent}
    </table:tr>
    </c:otherwise>
    </c:choose>You could also potentially do the following
    <c:set var="bgColorAttribute" value="${Form.formFieldId == 'xyx' ? '' : ' bgcolor="#344543"'} "/>
    <tr ${bgColorAttribute}>
    TD1
    TD2
    TD3
    </tr>Its not exactly what you were after, as it uses the <tr> tag both times, whereas you had one <tr> tag, and one <table:tr> tag in your example.
    What is the <table:tr> tag? Its not one I am familiar with. Is it a standard tag library? Or a custom one you are using?
    Can you share that taglib import with us so we can see what tag library you are using?
    eg for the JSTL core library the line is: <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
    For the table taglib it should be something like: <%@ taglib prefix="table" uri="??????" %>
    You say CSS styling has nothing to do with this. It probably should
    What you would really want is something like
    <tr class="oddLine">
    <tr class="evenLine">and then define the oddLine/evenLine style classes in an imported css stylesheet.
    Then if you wanted to change one of the line colours, you only have to change that css import, and you're done :-)
    cheers,
    evnafets

  • Is there a way of quitting an app only by pressing on the red button?

    Hello.
    I'm a new Mac user (my MacBook Air bought on April, 17th).
    I was wondering, is there a way of quitting an app by pressing on the red button only, without pressing on the app name on the menu bar and and then on "Quit X"?
    If it's possible, I will be glad to here the way.
    Idanref.

    No.  The red x closes the window but not the application.  An exception is when an app can only have 1 window open. (Like system preferences).   A quick way to close the app is to press CMD Q  on the keyboard.
    Regards,
    Captfred

  • I have an ipad2 and the screen shattered. It still works but is there a way to safely fix it without having to buy a new one?

    We were on April vacation this past week and my ipad fell onto the road and shattered the screen. I can still get onto it and maneuver around my apps but the screen is spider webbed and shattered. I have heard their are screen kits you can but to replace yourself, but the reviews are mixed. They also say to be careful of the wi fi wires because you can severly screw it up. This was a huge purchase for me and I can't afford to get another one. What can I do? Best Buy says they aren't allowed to replace the screens from Apple products and I have heard Apple just sells you a new one at a lower cost. Is there a way for me to replace the screen myself?

    Back it up befor you go to the Apple store for a replacement or sending it out for rapair.
    If you get a replacement iPad:
    How to Transfer Everything from an Old iPad to New iPad
    http://osxdaily.com/2012/03/16/transfer-old-ipad-to-new-ipad/
    Apple's Limited Warranty http://www.apple.com/legal/warranty/ for iPad excludes coverage for damage resulting from accident, disassembly, unauthorized service and unauthorized modifications. 
    Out-of-Warranty Service
         If you own an iPad that is ineligible for warranty service but is eligible for Out-of-Warranty (OOW) Service, Apple will replace (Apple doesn't repair) your iPad with an iPad that is new or equivalent to new in both performance and reliability for the Out-of-Warranty Service fee listed below. (The replacement will most likely be a refurbished iPad in a brown box, however, it has a new screen, back and battery.)   
    iPad model
    Out-of-Warranty Service Fee
    iPad mini
    $219
    iPad 3rd, 4th generation
    $299
    iPad 2, iPad
    $249
    A $6.95 shipping fee will be added if service is arranged through Apple and requires shipping. All fees are in US dollars and are subject to local tax.
    Certain damage is ineligible for out-of-warranty service, including catastrophic damage, such as the device separating into multiple pieces, and inoperability caused by unauthorized modifications. However, an iPad that has failed due to contact with liquid may be eligible for out-of-warranty service. See http://support.apple.com/kb/index?page=servicefaq&geo=United_States&product=ipad
    Make a Genius Bar Reservation
    http://www.apple.com/retail/geniusbar/
    You may can get the iPad repaired at 3rd party repair sources for less $, however, any remaining Apple warranty will be voided.
    iPad Repair & Screen Replacement Services
    http://www.ifixyouri.com/16-ipad-repairs
    RepairZoom iPad Repair
    http://www.repairzoom.com/ipad-repair.html
    Mission Repair
    http://www.missionrepair.com/Apple_iPad_Repair_Services_s/431.htm
    iGadgetResQ
    http://www.igadgetresq.com/ipad-repair/
     Cheers, Tom

  • I had to sync my iPhone to a different computer an list all my ringtones. Is there a way to get them back without having to buy them again?

    I had to sync my phone to a different computer and it erased my ringtones I bought. Is there a way to get them back? The computer I was using no longer works at all.

    The songs are still on her ipod.
    They should transfer ok but make sure and use the same Apple ID that was used for the original purchase.
    Connect the iPod to a computer, launch iTunes.
    From the iTunes menu bar click File > Transfer Purchases From...
    Make sure and backup the iTunes purchases >  How to back up your media in iTunes
    If this is an iPod touch read here >  Downloading past purchases from the App Store, iBookstore, and iTunes Store

  • Is there any way to keep folders organized without having to reorganize?

    I download a lot of mixtapes and am very organized about my music. If it helps I always manually add my music into iTunes and have the music I've purchased and uploaded from CDs seperated from the music I get online. I'm constantly finding new artists and make a folder for them. Every time I open Finder and go to the folder containing all the artist folders I constantly have to clean it up and arrange them by kind and name. Some of the mixtapes have never been opened but I have them in case I ever want to hand them to a friend or want to find new music. When I create a new folder it's always at the bottom despite everything else being organized alphabetically and by kind. Is there a way to for my music to stay organized withough having to constantly select all and arrange it? Like if I create a new folder with the letter B I want it to automatically go where all the B folders are without having to move it on my own. Thanks!

    The software "Big Folder Machine 2" should do all of what you want.
    EDIT: I think I misread your post. If you just right-click and arrange by name, it will do it.  There is no need to select every folder.

  • Is there a way to edit album info without having to update each song individually?

    So I am currently working on ripping my CD collection into iTunes. However sometimes the iTunes default information is wrong (album artwork, year, etc.)
    So is there a way I can update an album quicker than having to select each track and go one by one. For example...if the correct year for a particular album is 1994 and iTunes had it at something else, is there a way I can just enter the correct info and have it update all tracks in that album in one shot? Thanks.

    Click on the first track, shift+click on the last track.  Command+i to get info on the group (same as for single).

  • Is there a way to access MY movies without having iTunes on???

    I want to watch without my laptop having to be on...purchased stuff shows up, but not my personally owned content.  Is there a way to trick itunes into thinking that my personal movies (purchased on DVD/BluRay or personal home movies) are purchased so they will show on icloud???  I am really just trying to find a way to have all my content in one place and needing to have my laptop on is not always easy.  My toddler closes the laptop and then gets mad when her shows stop, trying to prevent that
    Thanks for the help in advance!

    Are you saying Purchased Movies play from the Cloud ?  I didn't think they did but as in UK we wouldn't have that anyway.
    iTunes must be available on the LAN to play local movie library content as this is stored on your local network.  Even if this content was say on a network drive itunes is still needed.
    AFAIK there is no 'iTunes Match' capability for TV Shows or Movies which would allow viewing from the Cloud and I'll be surprised if we see this in the near future if at all - you say these have come from DVD or BluRay so you will have used techniques that cannot be discussed here to get them into itunes as they potentially violate laws in some areas if encryption has been broken (unless they were digital copies). There is no way that Apple would be able to offer any kind of 'match' for video which has been acquired in this manner.  Music is different as CDs are not encrypted and can be ripped to iTunes without contravening DMCA type legislation.
    Even if there were a way to 'trick itunes' etc (I don't think there is) I suspect posting any such solution would violate Apple's forum T&Cs.
    Hate to say it but the best solution would be to stick the laptop out of reach of the toddler.

  • Is there a way to deactivate PC's without doing it from the PC?

    I had my work laptop and desktop activated to sync my IPOD and my Desktop at home.  I got laid off and forgot to deactivate my workstations before they were wiped.  My Desktop at home crashed so I wanted to activate my personal laptop but it says that I already have 5 activated.  I would like to deactivate all 5 that are associated with my IPOD Classic Video and activate my laptop.  If I can get my desktop going again I can re-activate it.  Is there a way to deactivate everything?

    Use the Deauthorize All command documented in this article.
    (63379)

Maybe you are looking for

  • Can't open file on external hard drive?

    Hi, I'm using an external hard drive for mac backup and also to store photo files.  I copied some photo files to the drive about two weeks ago and their icon appears, but when I want to open them, I get an error message: "The alias "..." can't be ope

  • STANDBY DATABASE 10 10g

    I am in process of configuring the stand by database and I am getting the following error in standby database SQL> startup nomount pfile='/disk3/stand/initSTAND.ora'; ORACLE instance started. Total System Global Area 314572800 bytes Fixed Size 197827

  • .csv to ldif convertion tool

    Hi, I am looking for a tool for converting from .CSV to LDIF format.Any boby has developed this and tried!. Appreciate your immediate reply. Thanks,

  • Issues with the new flash player upgrade

    I work for a magazine where I have interactive slideshows for image based content. With the upgrade of the new flash player all the getURL flash buttons are inert. All the buttons are doing are going to the next page in the slideshow. How do I get th

  • Why does my touchscreen just stop working?

    My iPhone has taken it upon its self to freeze from time to time. Calling my phone banking is fun when the screen freezes mid way through typing in my ID. What the **** is going on, My software is up to date, I charge the battery everynight. Does any