Welcome to TalkGraphics.com
Page 1 of 2 12 LastLast
Results 1 to 10 of 18

Thread: More hotkeys

  1. #1

    Default More hotkeys

    The thread title just about says it all. There still lots of things that cannot be done with hotkeys in Xtreme.

    As someone who uses lots of hotkeys, and in other programs I use macros/actions, the more hotkeys the better for me. Third party macro-recorders can cope with mouse movements, rather than key strokes, but then any changes to the layout of the interface can wipeout whole collections of macros. We know that a macro recorder is unlikely, how about a comprehensive set of hot keys? I mean by that, allowing not only menu functions, but button focus too, and for working with individual layers, for instance.

  2. #2

    Default Re: More hotkeys

    Blimey! I knew my own needs and concerns for future versions were not widely shared by others here, but not a single person is interested?

    For those who wanted macros/actions, which we know we are not going to get, it would seem to me that extensive hotkeys would be a good "consolation prize", allowing easier use of third-party macro recorders.

    Oh well, I'll remain a lone voice whinging into the wilderness...only occasionally though, so don't worry - no more nagging-campaigns from me.

  3. #3
    Join Date
    Feb 2007
    Location
    UK
    Posts
    21,309

    Default Re: More hotkeys

    I'm with you
    -------------------------------
    Nothing lasts forever...

  4. #4
    Join Date
    Aug 2000
    Location
    Skødstrup, Denmark
    Posts
    251

    Smile Re: More hotkeys

    Quote Originally Posted by MarkMyWords View Post
    ...For those who wanted macros/actions, which we know we are not going to get..
    Why are we not going to get macros? Because of the way Xara Xtreme Pro is constructed? Because the major users are graphical minded and cannot understand why anyone would like to have options to manipulate objects using structured code? Or?

    I consider myself a 40/60% mind - that is 40% graphical and 60% programmer profile. This I think is a nice role to have. It makes me more understanding of both "parts".

    With macroes the "coders" can provide extra functionality to the "graphical minded". Adding macro facilities to the application does not mean that people them self have to code a lot of lines. Macroes should be saved in files and therefore possible shared from user to user. Perhaps evend sold!

    Such a project on the other hand would take resources from the Xara developers and thus remove those resources from other development. That is a point which talks against creating a macro part for XXP.

    But I would also love to see macro environment for XXP!
    Cheers,

    Sten
    "Everything has two sides"

  5. #5
    Join Date
    Feb 2007
    Location
    UK
    Posts
    21,309

    Default Re: More hotkeys

    Quote Originally Posted by netsi View Post
    Why are we not going to get macros? Because of the way Xara Xtreme Pro is constructed?
    yes

    haven't got the reference to hand - but its to do with the way the program was originally coded at low level, if I recall correctly....
    Last edited by handrawn; 09 August 2009 at 10:11 AM. Reason: wrong %*!* smiley
    -------------------------------
    Nothing lasts forever...

  6. #6
    Join Date
    Jun 2002
    Location
    Dunoon, Scotland
    Posts
    4,778

    Default Re: More hotkeys

    I think I was one of the people who put you down the last time when you asked for actions. As I still want to be convinced for the need for a recorder or a script or actions in XPro. Can you Mark gives us an instant when you want to batch process, run a script or complete and action with one key stroke on a vector drawing. See, I use AI a lot and it has this facility and worked in a large office where everyone used the programme and in the 2 years I worked there I never saw or heard of anyone using on vectors, bitmaps yes, but not on vectors. Maybe it is my ignorance that is making me blind to its effect use and the only time that I have used something that you have describe is preparing files for import into Flash.
    Design is thinking made visual.

  7. #7
    Join Date
    Aug 2000
    Location
    Skødstrup, Denmark
    Posts
    251

    Default Re: More hotkeys

    I will try to give you an example of how such a Macro system might work. It is only an example and please take it only as that

    First see the article I have posted on my own blog: "Automatically create drawing path from illustarator file". Now if you ignore the part where the path are within an illustrator file. Imagine that the paths are selected parts in your open drawing.

    So we have points on a line selected and start the macro. The macro will be see the document in a DOM, and the selected paths will also be there in an object - just like in HTML, where a webpage consists of elements in a tree structure.

    So the macro iterates the elements extracting things like position. Iterating through the elements will allow the macro to create elements, in this example text elements.

    The language
    I imagine that a windows scripting language like javascript would be perfect - from the users point of view. The language should be able to do things like javascript can in HTML, allowing to do things like add, copy, manipulate and remove elements. It would also be nice to be able to do filing system things - ofcause secuirity issues will arise :-)

    The module
    As I mentioned before - I would hope for an OO based model, that is elements in a DOM structure.

    Well I could go on, it is not hard to imagine as I only have to think: What can I do with javascript in a HTML page? And then take those options to the new macro environment :-)
    Cheers,

    Sten
    "Everything has two sides"

  8. #8
    Join Date
    Nov 2000
    Location
    Red Boiling Springs TN USA
    Posts
    19,208

    Default Re: More hotkeys

    Hi Sten,

    I still cannot see a use for macros in a vector drawing application.

    Macros are for making repetitive tasks, perform without user intervention.

    Do you actually make vector drawings that are so similar that you perform the same tasks over and over again?

    Rather than do that can you not simply copy the original object or path and paste into a new drawing?
    Soquili
    a.k.a. Bill Taylor
    Bill is no longer with us. He died on 10 Dec 2012. We remember him always.
    My TG Album
    Last XaReg update

  9. #9
    Join Date
    Aug 2000
    Location
    Skødstrup, Denmark
    Posts
    251

    Default Re: More hotkeys

    Quote Originally Posted by Soquili View Post
    ...Macros are for making repetitive tasks, perform without user intervention....
    Well simple macroes are that - but if a scripting environment like javascript in HTML was introduced, combined with a DOM view of the page, you could do much more complex things.

    Quote Originally Posted by Soquili View Post
    ...Do you actually make vector drawings that are so similar that you perform the same tasks over and over again?..
    One classical example of a repeting task is the button feature of XXP. You define one button and repeat it. The button has the ability to dynamically change size - that feature you could look at as a sort of build-in macro. That is actually also where I expect macroes to grow: In the field between "repetitive task" and features simular to build in features.

    Quote Originally Posted by Soquili View Post
    Rather than do that can you not simply copy the original object or path and paste into a new drawing?
    Lets say that you wish to repeate a series of tasks:
    - Resize
    - Rotate
    - Paste
    If this task should be done around the same point I imagine that XXP build in features would actually be rather difficult for such a task (though I am not 100% sure :-))
    Cheers,

    Sten
    "Everything has two sides"

  10. #10

    Default Re: More hotkeys

    Actually, there are lots of repetitive tasks in my work, most other users tend to call them "work-a-rounds". Techniques that take several, if not many mouse operations can be reduced to one click with macros.

 

 

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •