Photoshop :: Right-Click On My Mouse In My Pictures

Jul 5, 2006

I right-click on a jpeg with my mouse in My Pictures (I'm a Windows user) for example, I only see the options Preview, Edit, Print and so on. I do not see 'Edit with Photoshop' there anymore.

I hope to have 'Edit with Photoshop' when I right-click.

View 1 Replies


ADVERTISEMENT

Photoshop :: Mouse Left+click/Right+click

Jan 18, 2008

I use cs2 and when in photoshop when i left click on any of the tools for instance the pen tool it brings up the menu to select pen tool, freeform pen tool, etc.. rather than just selecting it. I am use to having to right click on the the pen tool to get that menu, i was wondering how i would change it back. Same thing happens when i left click on all the tools on the tools menu, just used the pen tool as an example.

View 5 Replies View Related

AutoCAD 2010 :: Shortcut Menus Mouse Buttons (CRTL+Right Click And SHIFT+Right Click)

Feb 15, 2013

I have two menus that I use often and I would like to add them to my mouse buttons. Attached is a picture of the two menus I like and the two buttons. The Shift + Click has the correct menu already (Osnap menu2) my problem is adding my custom menu to the CTRL + Click doesn't work. I labeled Osnap Menu 1 and 2, 1 being the custom menu I have use in the past and 2 being the default osnap menu that comes with the cui file. How to get the second button to read my menu rather than both read the same osnap 2 menu?

View 1 Replies View Related

Photoshop :: Zooming Out With Right Mouse Click

Jun 6, 2006

is it possible to configure photoshop to zoom out on right mouseclick. The same way it zooms in with left mouseclick.

View 3 Replies View Related

Photoshop :: Random Mouse Coords On Click

May 1, 2013

URLs....every tool useless without closing and restarting Photoshop.It always happens for me after the computer has been in sleep mode, although I have seen it occur out of nowhere from a fresh boot.I'm using a completely generic 3 button MS optical mouse with the generic MS driver, no other programs on my machine suffer from completely random mouse coords, including Photoshop CS3.
 
For replying with 'check your drivers': URL....
 
Here is the full system info for my machine:
 
Adobe Photoshop Version: 13.1.2 (13.1.2 20130105.r.224 2013/01/05:23:00:00) x32
Operating System: Windows 7 32-bit
Version: 6.1 Service Pack 1
System architecture: Intel CPU Family:6, Model:7, Stepping:6 with MMX, SSE Integer, SSE FP, SSE2, SSE3
Physical processor count: 2
Processor speed: 2493 MHz
[code]....

View 21 Replies View Related

Photoshop :: Disable Left Mouse Click With Pen

May 25, 2012

I have a tablet and I am trying to change brush size and hardness with the pen but I keep creating new layers.  Is there a way to turn this off because I would like it to flow better.  With the mouse if I ctrl+alt +left mouse is gives me a new copy of my layer.  With the pen I get the pressure/size to come up but it is fickle and mostly just resorts to creating a new layer copy which is what I want to disable so it just does the brush size/hardness option. It seems the left mouse click doesn't display in any keyboard shortcuts.

View 1 Replies View Related

Photoshop :: How To Record Mouse Click Position...

Jun 2, 2008

I want to write a plug-in that records all the mouse clicking position coordinates while using a polygon lasso tool. How can I get those? I have been reading through the API, but I see none of the functions that does so. Is there a way to record the x and y coordinates in an image. (Assumption: Only one layer).

View 1 Replies View Related

Photoshop :: CS6 - Left Click Mouse Button Way Too Touchy

Jul 31, 2012

When holding down the left mouse button in the scroll bar area for just a fraction of a second too long, the scroll bar moves several positions. In the past, it wasn't this touchy. It's so touchy that it's impossible to CONSISTENTLY click once and make the scroll thingy move just one position. In previous versions, it works like a charm. Is there a way to adjust this mouse issue?
 
I use it on every image for cloning so that I can check one section at a time. For this reason, I've now gone back to CS5, but also because CS6 crashes on me and it sometimes gets stuck on Auto Saving files (possibly because they're big).

View 3 Replies View Related

AutoCAD 2010 :: Right Click On Mouse

Feb 29, 2012

I'm having trouble with my right click on my mouse. Until about a month or so ago my right click would bring up a short cut menu that inclided things like move, rotate, scale, copy. But now it includes none of those features.

View 4 Replies View Related

AutoCAD 2013 :: Way To Make Right Click On Mouse

Nov 1, 2012

is there a way to make it so that i right click on the mouse, it does the 'cancel' command??

View 7 Replies View Related

AutoCad :: Objects Are Not Selected Before Click The Mouse?

Jun 19, 2012

When moving the mouse over objects, the objects are automatically selected. Are there a way to disconnect that function, so the objects are not selected before I click the mouse?

View 6 Replies View Related

AutoCAD 2013 :: Mouse Click Taking 3 Or 4 Goes?

Apr 24, 2012

Everyone so far in the office who is using 2013 has found that intermitently but fairly often (maybe 1 in 8 attempts) when clicking on a tool button it seems to take about 3-4 goes at clicking before the command kicks in, this is with any command and there are various versions of windows and mouse hardware involved.

View 3 Replies View Related

Paint.NET :: Middle Mouse Click As Eye Dropper

Mar 18, 2012

Similar to how Minecraft allows you to select the block your cursor is over via middle mouse click,

wouldn't it be intuitive to make the eye dropper/color selector bound to the middle mouse button?

As far as I can tell, a middle mouse click does nothing in PDN right now and when I tested to see if this feature was already implemented, it just felt right to me.

So I say follow in Notch's footsteps with the middle mouse button, afterall he himself advocated PDN on his blog for creating games

View 3 Replies View Related

AutoCad :: Mouse Is Set To Repeat Last Command On Right Click

Jan 13, 2012

I have 2010lt on Vista. Mouse is set to repeat last command on right click. When I right click to repeat break at point command, it will shorten the line every time. When I click the break at point icon it does not shorten line. I cant find a fix.

View 9 Replies View Related

Edge Animate CC :: If Else Statement With Mouse Click

Jan 20, 2013

I'm having a problem with  IF ELSE code use with a mouse click. What I want each time a user "clicks" i want to execute a particular block of code, up to 3 clicks, then nothing. I've tried local and global click counter var but can't seem to get past the first "if". This is what I have now (I'm using console.log() to keep track.
 
In comp ready i create a global var ...
 
// insert code to be run when the composition is fully loaded heresym.getComposition().getStage().setVariable('clickcnt', 1); //set counter to 1
var i = sym.getComposition().getStage().getVariable('clickcnt');
console.log ("Counter is starting at "+i);

on the stage i create a "click" event..
 
// insert code for mouse click herevar i = (sym.getComposition().getStage().getVariable('clickcnt');  if (i=1){     console.log("counter is = "+i);     //do some code sym.getComposition().getStage().setVariable('clickcnt', 2); //set counter to 2  } else if (i=2){     console.log("counter is = "+i);     //do some code     sym.getComposition().getStage().setVariable('clickcnt', 3); //set counter to 3  } else if (i=3){     console.log("counter is = "+i);      //do some code      sym.getComposition().getStage().setVariable('clickcnt', 4); //set counter to 4 taking it out of range      sym.play(100); //play the timeline animation  } else {  //

I'm using this to negate any further clicks. I'm sure there's a proper way to do this. I just don't know it. sym.stop(1000); console.log("end"); };I When I run this It never gets passed the first if, It's like the "clickcnt" var is not getting updated or read properly.

View 5 Replies View Related

CorelDRAW X6 :: Can't Move Objects By Click Dragging Mouse

Jan 19, 2013

I've gotten into a mode where I can't move objects by click dragging the mouse with the left mouse button.  I've looked everywhere to see if there is some config parameter that changes the meaning of mouse buttons, but have found none.  I've rebooted and reloaded Draw and nothing has changed.  I'm sure X6 didn't come this way, even though I've only been using X6 for 6 months or so.  I click drag move objects all the time, so I'm sure I'd have noticed this.  I've even tried resetting the workspace, but holding down the F8 key while loading Draw doesn't seem to work. 

View 8 Replies View Related

AutoCAD 2010 :: Allow Right Click Mouse Button To Function Of F3 Key?

Mar 16, 2012

how to allow my right click mouse button to the function of the F3 key? I want to be able to draw, move, copy or whatever and mid-command be able to right click (on or off) the snap that are assigned to F3.

View 1 Replies View Related

AutoCAD .NET :: How To Remove Duplicate Mouse Right Click Event

Apr 30, 2012

I have the right click on autocad for repeat the last command.

when i launch my prog.   --> the prog show a form with a datagridview. I have added a contextMenuStrip in this datagridview.

SO when i launch the prog with the right click (repeat last command) the form show and the contextmenustrip too. (if the mouse is on the datagrid.)

How i can cancel or purge the event mouse right click ?

View 7 Replies View Related

AutoCAD 2013 :: Double Click Mouse Wheel

Jun 7, 2012

I just got a new pc upgrade so I'm walking through everything to see if it all works. Now when I double click my mouse wheel, nothing happens where before it would zoom extents. I'm using a MS Wireless Mouse 5000 with AutoCAD 2013.

I played around with programming the mouse buttons directly, but I couldn't get it to work right. I don't see anything in AutoCAD about a setting for mouse wheel double click. All I see is that it just says that double clicking the mouse wheel should execute the zoom extents command.

View 4 Replies View Related

AutoCAD Architecture :: Getting Object ID For Mouse Click Event

Apr 11, 2011

I am developing a .NET application that integrates with AutoCAD Architecture. In my .NET application, I provide my user with a list of drawing files (.dwg) that they can choose to open. Once my user has selected a file, my application will open the selected drawing in AutoCAD Architecture. In this drawing, the user can click on an object in the drawing.

Can this mouse click event be captured and the object ID for the selected object be returned to my application?

View 2 Replies View Related

AutoCad :: Lost Setup In Mouse Right Click For Menu?

Jan 10, 2013

I lost my setup in the right click for my menu. How can I bring it back?

View 2 Replies View Related

Illustrator :: Enter Text Edit Box Without Mouse Click?

Mar 20, 2013

Say I am moving a text box with the arrow keys and decide to edit it. To do so, I would have to leave the arrow keys and reach for the mouse to execute the text edit. How do I edit from the keyboard?

View 4 Replies View Related

Edge Animate CC :: How To Create Childsymbols On A Mouse Click

Dec 16, 2012

I found a really good tutorial here for how to create childsymbols on a mouse click and it works fine - as long as you are doing it on the main stage.
 
Here is the code:
 
var circle = sym.createChildSymbol("flower", "Rectangle");
var circleElement = circle.getSymbolElement();
var posX = (e.pageX- ($(circleElement).width()/2)) + "px";
var posY = (e.pageY- ($(circleElement).height()/2)) + "px";
sym.$(circleElement).css({"position":"absolute", "top":posY, "left":posX});
 
I wanted to create the ChildSymbols on to a premade symbol I have called 'Rectangle'. This works as long as my symbol 'Rectangle' is the same size as the Stage or at least placed at the top left of the screen.
 
However if I move the symbol 'Rectangle' away from the 0,0 coordinates then the Child symbols appear offset by the distance that 'Rectangle is from the zero point.
 
How to keep the Child symbols where I want them to be on the Rectangle? I tried calling the childSymbol like this:
 
var circle = sym.createChildSymbol("flower", "Stage");
 
And that keeps the symbols where they should be, but for some reason it has a performance lag and also means that you can't click within the bounds of a generated childSymbol.

View 1 Replies View Related

Edge Animate CC :: Get Adobe To Not Hang After Every Mouse Click?

Dec 18, 2013

Everytime i open Adobe Edge Animate, it takes a good minute or too to stop the spinning ball. Then after every mouse click, it spins for another couple of minutes, and so on. I have tried creating the launchd.conf file with the proxy information, I have uninstalled and installed numerous times. I am working from CC with a Mac Book Pro Retina, 15-inch, Early 2013 OSX 10.8.5. I am having no other issues with any of my other applications and them being responsive.

View 7 Replies View Related

Edge Animate CC :: How To Create A Symbol On Mouse Click

Mar 4, 2014

I am trying to create an instance of a symbol at the mouse location when i click - anywhere on stage. I think it should be something like the following:
 
//stage on.click function
 
// Create an instance element of a symbol as a child of the
// given parent element
//premade code:  var mySymbolObject = sym.createChildSymbol("Symbol_1", "ParentElement1");
var mySymbolObject = sym.createChildSymbol("Symbol_1", "Mouse");
 
This doesn't work of course because the mouse isn't a symbol.

View 11 Replies View Related

AutoCAD 2013 :: Mouse Wheel Click Snap Menu?

Aug 23, 2012

When zooming, I middle click the mouse to bring up osnaps, then type the letter to force the snap I want.  That stopped working today: the menu pops up, I type "E", the menu goes away, but it doesn't default to endpoint, there's an "E" on my command line. 

I'm not sure if this is a Service Pack 1 issue or not, but I just installed that yesterday.

View 9 Replies View Related

Maya :: Can't Reorder Nodes In The Outliner By Middle-mouse Click

Jul 19, 2012

Just installed Maya 2013 and can't seem to reorder objects in the outliner with the usual middle click drag.

Have to click several times on the name and try again until eventually it does it.

View 2 Replies View Related

AutoCAD 2013 :: Break At Point Don't Work / When Right Click On Mouse

May 8, 2013

right clicking the mouse normally repeats the previous command. In this case I right click to repeat the "break at point" command. Instead of getting the break at point command, I always get the "break" command.

View 2 Replies View Related

AutoCAD Inventor :: Get Point Location Of Mouse Click Using ILogic

Mar 4, 2013

I'm trying to get the point location of a mouse click in an Inventor drawing using an iLogic Rule. Any examples of using mouse events in iLogic?

View 9 Replies View Related

AutoCAD Visual LISP / AutoLISP :: How To GETPOINT Via Mouse Click Only

Dec 22, 2011

I am trying to limit the input that can be processed when using the getpoint lisp function.  So the code below prevents the user from entering null input (i.e just hitting a carraige return) as specified by the initget bit code of 1, or a non-numeric entry (i.e. for instance, typing S and hitting a carriage return) as the getpoint function does not allow for a non-numeric entry.

    (initget 1)
    (setq PT1 (getpoint "
Pick Location of First Point: "))

However, the issue is that the code does NOT prevent the user from entering a number and hitting return.  For instance, if I enter the number 100 and hit return, getpoint accepts this as a valid entry and returns a point value that is projected, in some form or fashion, from I believe the last entered point or (0,0,0) if a point was not previously entered.  I only want the user to be able to select a point with a mouse click and not type in a number or point coordinate.

So is there some way with AutoLISP or Visual Lisp that you can prevent the user from typing in a numeric value and hitting a carraige return in conjuction with the getpoint function?  Or is there some other function that will provide the getpoint functionality while providing the entry limitations described?

View 9 Replies View Related

Corel DESIGNER Technical Suite X5 :: VBA Macro - Paste To Mouse Click

Aug 4, 2011

I once heard about a VBA macro existing that would allow you to copy an object to the clip board, then activate this macro, and then everywhere you clicked the mouse it would paste 'said' object. 

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved