Feature request: right-click to change calendars

When I enter an event, I'd like to be able to use right-click to change the calendar. This would save time of having to open the event and edit that way.
iCal is the least user-friendly app I know! Shame on Apple for leaving it this way.

Hi Virginia,
In the Calendar.app on OSX 10.8 you can right click an event, then select Calendar from the contextual menu to change the calendar the event is in. Is that what you mean?
I do have a memory of this being in iCal in previous versions, but perhaps it was removed in OSX 10.7.
Best wishes
John M

Similar Messages

  • Feature Request: Right-Click Zoom (like in Audition)

    You can hold down the right mouse button down, select an area, and release to zoom to that region in Audition.
    Can we please have this feature in Premiere Pro CC? It would be a huge timesaver, and it won't add any bulk to the interface (in terms of height or width of components).
    Imagine zooming into the exact section of the timeline you want with one click & drag of the mouse! It works so well in Audition, I really think it's time to bring it over to Premiere (and After Effects would be cool too, but I'd have to request it there, probably). Navigating the timeline is one of the timesinks of editing. This feature could drastically speed that process up.
    Does anyone else want this as much as I do?

    Honestly, I feel like feature requests get ignored, unless they have more than one person's support behind them.
    Not sure about that. We get Features that no one ever mentioned, discussed or asked for.
    Its called 'Feature Creep' and I think there is one from last update being discussed in a Forum near you... right now. 
    [Text formatting corrected.
    Message was edited by: Jim Simon

  • What's the earliest version of iTunes to include the playnext and add to play next feature when right clicking a song?

    What's the earliest version of iTunes to include the play next and add to play next feature when right clicking a song?

    I started out with version 11 and loved it right up to the latest update.
    I'm beyond my partying days so DJ has nothing for me but I realy loved the drop down with "what's next", the "play next" and the "add to play next" feature and best of all "SHOW DUPLICATES".
    I have an eclectic taste in music and a very extensive music collection to go with it. The "show duplicates" feature allowed me to shrink my library by well ove 1,000 songs and eliminated hearing the same song several times when playing randomly. ie, I have the complete Rolling Stones collection and was able to get rid of no fewer than 7 coppies of "Satisfaction".
    With all the duplicates lined up you can sample each one and avoid deleting different versions also.
    I'm eagerly waitng for the next update to see if my problems with 11 will be fixed. The current update drops out sections of songs (Whipping Post by the Alman Bros. was over in 3 minutes) and I tried repairing and a complete uninstall, reinstall to no avail.

  • Feature request - 'shadow' settings for changing locked VM settings

    I have a possible idea for you that I know I would find helpful. I understand that certain VM settings can't be changed while the VM is running. I would love to be able to make the change so that next time the VM restarts, it can first have those settings
    changed for me before starting up again. That way, I could make the change (although it would tell me it couldn't be changed right now), and schedule the computer to restart sometime overnight, so that I don't have to either a) get up at 3am to do it manually
    or b)work out what powershell command to run which would shut the machine down, make the changes, then start it up again - and hope that I'd done it correctly :-)
    I hope this is a useful feature request. Generally very happy with all the improvements you keep making, thanks.
    (I didn't find anywhere else I could submit a feature request, so I hope this gets to someone that can use it.)

    I like that as a feature for those who manage via GUI.  It would be possible to create script to accomplish the same thing and then schedule the script for execution later.  But for GUI users, it makes sense to me.
    I think the forums would be a good place for putting feature suggestions.  It could easily be a Sticky post that would always appear at the top of the forum.  Anyone with an idea for a new feature could add a post to the Stickey post, and
    Microsoft PM's could just read that Sticky post from time to time.  And, the built in Vote capability would allow other forum readers/contributors the ability to vote on it if they like it.  It would be a useful Sticky post on any product forum.
    .:|:.:|:. tim

  • Right click menu changes after error: possible bug

    SQL Developer 1.1.2.25 build 25.79. This problem is reproducible everytime.
    01. Connect to any database.
    02. In the SQL window, run any query like
    select 'alter '||object_type||' '||owner||'.'||object_name||' compile;' from dba_objects where status='INVALID' and owner='XYZ';
    Craft the query to return some rows.
    03. In the results window, right click the result set and choose Export Data->TEXT.
    04. SQL Developer will generate an error:ora-00972 identifier is too long.
    05. Click Ok to close the error box.
    06. Modify the query to include an alias:
    select 'alter '||object_type||' '||owner||'.'||object_name||' compile;' as x from dba_objects where status='INVALID' and owner='XYZ';
    Run the query to generate rows.
    07. In the result window, right click the records. The right click menu will change. the Export Data option is no longer available.
    Since the problem is repeatable, it might be a bug.
    Thanks

    This was posted back in Export data menu item disappearing in the results tab but there does appear to have been any development response at that point.

  • RIGHT click to change brush size, hardness and roundness

    use imac i7, lion 10.7.4.
    It seems that, in CS6 photoshop, I could RIGHT CLICK, and a small panel would drop down at cursor location, allowing me to change size, hardness, and roundness of the brush.
    I have recently updated to 13.0.1.  The technique described above no longer works, but I can't be sure that this happened after the update.
    I may, as often, have screwed up a prefence checkbox.
    appreciate ANY help
    thanks,
    vince

    I didn't sense any change in the brush sizing mechanics with the 13.0.1 update.
    With the Brush Tool selected, right-clicking in an image pops this dialog up for me:
    And with Alt held down, right-clicking gives me interactive control of Diameter and Hardness:
    -Noel

  • When i right click to change desktop backround it doesnt open

    When I right click on the main screen and i choose change desktop backroud nothing happens until i right click again and choose change desktop backround again

    no its 64 bit version of itunes. Can you please help me. I am not able to sync my iphone.

  • Feature Request: Double Click in Tab Field to Create New Tab.

    Right now the only way to add a new tab is to *right click* then select new tab.
    Also instead of a grey (close) x it should be colorful, less grey.

    Hello,
    Try using the template code given below.  Let me know if you have any questions.
    data : GT_EVENTS TYPE SLIS_T_EVENT.
    get event
    PERFORM BUILD_EVENT_TOPOFPAGE USING GT_EVENTS[].
    display alv data
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
    EXPORTING
    I_CALLBACK_PROGRAM = W_xxxxx
    IT_FIELDCAT = GT_xxxx
    IT_EVENTS = GT_EVENTS[]
    TABLES
    T_OUTTAB = T_xxxx
    EXCEPTIONS
    PROGRAM_ERROR = 1
    OTHERS = 2.
    get event perform
    FORM BUILD_EVENT_TOPOFPAGE USING LT_EVENTS TYPE SLIS_T_EVENT.
    DATA: LS_EVENT TYPE SLIS_ALV_EVENT.
    CALL FUNCTION 'REUSE_ALV_EVENTS_GET'
    EXPORTING
    I_LIST_TYPE = 0
    IMPORTING
    ET_EVENTS = LT_EVENTS.
    Read double click event using the below statement
    READ TABLE LT_EVENTS WITH KEY NAME = SLIS_EV_USER_COMMAND
    INTO LS_EVENT.
    IF SY-SUBRC = 0.
    ENDIF.
    ENDFORM. " BUILD_EVENT_TOPOFPAGE
    FORM USER_COMMAND USING L_UCOMM LIKE SY-UCOMM
    LS_SELFIELD TYPE SLIS_SELFIELD.
    CASE L_UCOMM.
    WHEN <double click>
        Perform do_something.
    ENDCASE.
    ENDFORM. " USER_COMMAND
    Best Regards,
    Krishna

  • Bug: Universal app input controls (i.e. Start Menu, Task view buttons) ignoring and missing interpretative translation for legacy input control context request (right-click)

    Redundant post - however the topic (title) is different to point out the potential of adding translation for right-click to universal app input controls. The part about a solution for translation is in bold at the bottom of this post ...
    Bug: Universal app input controls (i.e. Start Menu, Task view buttons) ignoring and missing interpretation translating right-click to a left-click to activate context (menu) in universal app web style (similar to oo context menu for oo legacy style).
    Bug: Task view: OO context menu: Should show "nothing" (like right-click Start Menu button) - but right click Task view shows the oo context menu for the Task bar (wrong context)
    Besides behaving wrongly (should be like right clicking the Start button) ....
    the problem is the user is likely to look for actions on that context menu.
    However to activate the context menu for this universal app kind of behavior you actually need to left-click the button for the Task view ... and then you get the universal app like context menu.
    Microsoft must have been trying to figure out what to do about this kind of voupling mismatch between legacy (right-click) and universal app (left-click) conmtext menus. confusing for users it weill become nevertheless.
    But the left-click style supports touch.
    One solution though is to support right-click on i.e. Task view and Start button. Thus for new kind (universal app kind-of)input controls - right-click will work (instead of just being ignored) just like left-click. Allthough not a correct left-click
    - it will be helpful and interpretive translating the intension of receiving a context. A practical solution with right-click translating into left-click for universal app controls considering that the context menu actually has become a hybrid of left-click
    and right-click (with a precedence for left-click though)

    This is a great post.
    I couldn't have written it myself better.
    I'm also in dying need of Korean input as I can't communicate with my Korean friends.
    But I second every point.
    I hope the tech teams are reading this.

  • Safari 3 Beta - Windows  - Feature Request - Middle-click open in new tab

    I'm checking out the new beta... I have a quick suggestion for a feature.
    One thing I've noticed is that there is no option for middle-click to open a link in a new tab. I love this option in Mozilla and IE7, please implement it in Safari!
    Thanks!

    I can Middle click on any link, any bookmark an have it open in a new tab.
    (in the background). Or make the new tab current. Just go to the preferences & fingle around. I can also left or middle click a tab to close it. It must be your settings. You can also rearrange tabs by dragging them. Create new windows
    by dragging the tabs off the bar. Merge all windows by going to the Windows pull down menu. i cant really test if this works on a PC because i sold my last rig (PC) for pennies. another feature i like is (private browsing)
    KoolVicious
    p.s.
    Bill did this to me! My PC hated Netscape, & could only play audio from one
    program at a time. My PC kept driving into a wall, but i wasn't afraid i just
    got up & walked away.
    Quicksilver Dual 1GHZ, MacBook Pro 2.16 GHZ   Mac OS X (10.4.9)   Funny how some web sites work when they don't know you are on a Mac

  • Feature Request: Single Click in URL Bar, Hightlight Current URL.

    Normally when you click on the URL bar for the first time it will highlight the complete url, or the portion between www. & .com
    You should be able to single click to highlight then a second click to deselect highlight

    Eme,
    How do you assume in the world that u know
    what i read ?
    You're missing the point (again). I didn't assume anything. It's you who have assumed what was I talking about.
    Maybe I am just new, you think that may be the case?
    Is there anything in what I've said that makes you think so?
    mind reading is not your forte
    You'd be really surprised in this regard if you knew me...
    give it up at least when it comes to me, Okay.
    OK, no problem. May I ask (again) where have you seen "option click" mentioned?
    Yikes. Condesending ;~P
    Maybe, but I don't think so. At least, not until you tell me where have you seen "option click" mentioned?
    It was in reference to Ali Brown's post, which i
    looked at without your permisssion, off course.
    Of course. Now, where exactly?
    TIA.

  • Feature Request: Double Clicking should be slowed down for Browsing use.

    I have a menu on my website that you need to click some what fast - but when I do a normal double click using Opera, FF, or IE it doesn't highlight the entire menu. When I try in Safari it does.
    It seems like the other browsers have set the double click up a couple notches some how.

    This isn't the first instance of someone with mouse issues. It seems Safari is currently ignoring a lot of system wide keyboard and mouse settings, including but not limited to, special function buttons and scroll speeds.
    My inital guess is that its a bug just like the others.

  • Feature Request:  Modify Audio Channels from the Timeline in Premiere CC.1

    Why have we never been able to modify audio channels once a clip is added to a sequence?  I'm guessing there's a good reason Adobe has never had this feature.  The lack of this feature is explicitly mentioned a few times in the audio section of the Premiere Pro CC manual, as if it's a benefit NOT to have it.  But the benefit is entirely lost on me. 
    In my workflow, I synchronize my double-system video and audio before anything else.  I do this in PluralEyes (and unfortunately I'll have to keep doing it this way, until PPr's sync on sound feature gets fixed—for me it's never worked).
    Once PluralEyes has synched hours of footage and audio and placed it on a PLURALEYES GENERATED sequence, I import that sequence into Premiere.  Note:  Since I haven't gone through the step of creating a blank New Sequence, I don't get the opportunity to setup my audio channels the way I'd like in my sequence (i.e. Stereo recordings should occupy ONE track, not two.  Typically these tracks come from a camcorder and are used for reference sound, or ambient noise at best, so I don't need them taking up precious real estate in my sequence). 
    Since PluralEyes doesn't merge my clips for me (or rather I don't want it to since I'm usually doing multi-cam sequences where I want to keep all 14, or so, tracks of audio), I have to go through the clips one by one and do a Merge Clip action once I've adjusted any minor sync issues, or determined which tracks I actually want to keep.  But, and here's the key, at this stage I'm not yet 100% certain whether I'll use the nat sound or the wireless mic sound (separate audio recorder, etc).  Furthermore, I don't really want to think about that at this point.  After I've spent a few mind-numbing hours just ingesting files, sync and merges, I want to jump into the edit as soon as possible, before I lose all will to finish this edit.  If I modify my audio channels right now, I'll lose the ability to make some creative decisions later on.
    I'd like to start whacking out an assembly edit.  And then after I have a rough program, I can start looking at which audio tracks (nat or double-system) I like better in each circumstance.  This is where I become stumped that at this stage, I'm locked into whatever audio channels I've setup (or not) in the earliest stage of the edit, back before any media was actually on the timeline!  It's at this stage, and usually only at this stage that I want to start Modifying Channels—FROM THE TIMELINE!
    Does anyone else feel the same?  If not, what is your workflow?
    Feature Summary:  Right-click on any clip, (master clip, sub-clip, merged, nested or otherwise) in the timeline and choose Modify > Audio Channels.
    I've submitted a feature request, with a link back to this discussion, so please pipe in—especially if you want this feature. 

    Maybe its your specific workflow, asset mangement  and use of a 3rd party application that  runs you into an issue.
    Take Pluraleyes out of the equation, I would imagine my workflow is the same as most everyone else.  Find footage in the Media Browser.  Import it.  Create a Sequence and start editing.  Use the Source Monitor to set Ins and Outs and then Insert the clip on the timeline. 
    At this point, if the audio needs to be modified, it cannot be done on the Timeline.  The workaround, of course, is to Find Clip in Project; Modify Audio in the Project panel; then do a Matchframe to replace the audio clip.  This works, but requires many steps per clip.  Also, Matchframe in Premiere Pro CC is not reliable. 
    Introducing a new Modify Audio (from Timeline) feature as seen in the fantasy screenshot above would solve it.
    I dont use Pluraleyse ...which I understand to be a synching aid...so I dont know the workflow it imposes on one .
    Returning to Pluraleyes workflow, this issue is compounded by the need to Modify almost ALL audio.  Every stereo track is separated and placed on two MONO tracks taking up precious real estate.  This is not something Pluraleyes imposes.  It is due to the way Premiere imports XML timelines.  This would apply to sequences imported from Final Cut as well.
    In this case it would be ideal to select both the LEFT and RIGHT mono tracks and choose "Modify > Audio Channels > Merge L/R Mono to a Single Stereo track."  Ideal?  No.  I guess Ideal would be if Premiere would interpret XML files properly in the first place.
    What actually is the issue with Premieres synch and merge workflow in your case?
    Audio Sync in Premiere Pro doesn't work.  Period.

  • Right clicking in flash player now brings up pop up menu.

    Previously I was able to right click within the flash player while playing a video game, which enabled certain game commands.  Now suddenly that functionality has gone away and the settings menu continues to come up every time I try it.  The Flash Player is 10.2.152.26. It's a 64 bit computer, brand new.  Using Explorer 8.   Any thoughts?

    I'm having the same problem and it's very annoying when you're trying to play a game where you have to right click to change something.
    I've read some old posts on this topic and have tried UNenabling the update but this makes no difference. Is there a solution?
    Thanks.

  • Right Click used to open window with "create..." new version in it

    I used to be able to set the "import setting" in preferences and then just right click to change any selection to that new version. Now the setting change is no longer available when I right click on a selected file.
    Something happened...but I have NO IDEA what!!!

    jaygreenman wrote:
    Something happened...but I have NO IDEA what!!!
    Progress, or at least a revision. The current iTunes no longer includes the convert option in the contextual menu. You have to use the Advanced Menu to do conversions. As you noticed, not all changes appeal to everyone, and you can submit your feedback here: http://www.apple.com/feedback/itunesapp.html

Maybe you are looking for

  • Is it possible to read a specified record from a table.

    Hi: I met a problem when I I was designing a report by using Crystal Report 2008, the problem is that I want to display some data from an incident table, and the limitation for my query is assignment.group ="Customer Support", while the "Customer Sup

  • L7600 printer driver does not install on Windows 8.1 HP Pavilion x2

    I am trying to install the full package on my laptop. I get to the point where it is trying to execute something in this folder- C:\Users\Winston\AppData\Local\Temp\7zS0EB0\setup\devicediscovery and I get an error message above.

  • Still getting emails

    Hi With kind help from the forum my problem has now been solved, although I was still getting email notifications from every  topic, after advice I was directed to the "email notification preferences" where I think I stopped all notifications by putt

  • C5.00 Messege Alerts

    I am facing problem with my cell phone C5.00 which does not gives New Messege Alert even all settings are in order.  I have got new messages in my inbox but it does not give any Messege Alert Tone or popup display for having new message. Please advis

  • BAPI to read relationship.

    Hi, I want to display prospect ID for a particular relationship. Which BAPI can be used for this? Regards Shilpi