QCAD Bugtracker

QCAD - 2D CAD System.

Click here for a documentation of the DokuWiki formatting syntax that can be used in reports

Please search for existing tasks (also closed ones) before opening a new task.

Please make sure that you are using the latest Version of QCAD before posting a bug (menu Help > Check for Updates)

ID Category Task Type Severity Summary Status Progress
693QCAD (main)Feature RequestMediumSupport for external references (XREF)Likely to be implemented
0%
29 Task Description

Support for external references (XREF)

2709QCAD (main)Feature RequestLowShortcut for 'Activate Layer of Entity'Assigned
0%
Task Description

Hi Dev Team,

Requesting a keyboard shortcut for the ‘Activate Layer of Entity’ option in right-click menu of entity.

Implementation:
1. Entity is selected: keyboard shortcut will activate layer of that entity.

2. No Entity is selected: keyboard shortcut will activate layer of entity that is clicked next.

3. Multiple entities are selected: error message “multiple entities selected, please select a single entity”.

Thankyou for all the hard work on a great piece of software.

Kind Regards, Daniel

2687QCAD (main)Feature RequestLowAssociate a tooltip with the toolbar name to for exampl...Assigned
0%
1 Task Description

It would be handy to know which toolbar is what, which toolbar we are dragging.

Or which (Empty) toolbar is floating over the GUI drawing area.
Please refer to this forum post.

Regards,
CVH

2686QCAD (main)Feature RequestLowEnabling the import of GeoTIFF files with their inheren...Assigned
0%
Task Description

It would be great if it were possible to import GeoTIFF files into QCAD with their specific geolocation. Currently, they lose their position and size during import. It would be a very valuable feature and probably not too difficult to implement.

In the QCAD forum I had a discussion about that topic with CVH and he had some valuable insights which I like to cite here:

“[...] Since we can create Map Tiles from drawing data (Tutorial) it would indeed be beneficial that bitmap data could be imported correctly. Because the GeoTIFF format is fully compliant with TIFF 6.0 it is simply imported as a bitmap.
The question remains if QCAD is really fit to use it as a GIS application. I assume that one can extract the left lower position and scale by other means. With the corner positions for example it should be possible to scale and place the bitmap correctly.
Then it should be as simple as adapting the Bitmap entity properties in the Property Editor after insertion.”

Regards,
Sven

2656QCAD (main)Feature RequestLowSelect subset of a drawing and "export" just that to PD...Assigned
0%
Task Description

I’d like to be able to select a portion of a given DXF file,
then export and get a PDF or SVG with just that selection.

Among the use cases is multiple versions of a design on a single sheet,
but I’ll export and use just one of them in another program.

2653QCAD (main)Feature RequestLowPreference page for Explode (XP): Spline tolerance vs S...Assigned
0%
2 Task Description

Andrew,

Observed by a user.
It is:
A) Or approximated by a Polyline with tangentially connected Arcs within some tolerance.
B) Or interpolated by a Polyline with Line segments depending a given number of segments.

Opting for B by the checkbox keeps the preference for A enabled.

In Explode.js these preferences are twice used in an OR clause:
- Explode Spline shapes
- Explode Spline shapes from TTF text
Both as polylines ‘with arc-segments’ (bulging) OR as polylines with line-segments.


It would be more appropriate to also toggle the enabled state of:

            widgets["SplineTolerance"].enabled = !state;
            widgets["SplineTolerance_Label"].enabled = !state;

And set the enabled states on init:

        widgets["SplineTolerance"].enabled = !widgets["SplinesToLineSegments"].checked;
        widgets["SplineTolerance_Label"].enabled = !widgets["SplinesToLineSegments"].checked;

The issue was a vast amount of line segments (14344) from an explosion.
The user was not aware of the OR clause.

It would also be beneficial if users would be aware that the default preference of 64 segments means: 64 Lines per Bézier Segment times (degree + 1)

The number of Bézier Segments depends on the original Spline.
- Equal to number of points when closed
- Number of Fit-Points - 1 (degree=3)
- Or number of Control-Points - degree

Regards,
CVH

2645QCAD (main)Feature RequestLowFile > Print Window...:Page aspect ratio; With/without ...Assigned
0%
1 Task Description

Andrew,

Some habits die hard. Like drawing on a representation of a page with the intended aspect ratio, scaled for example.
Also typically ‘drawn at scale’ seen in many third party drawings.

It would be an enhancement that the indicated ‘window’ optionally has the aspect ratio of the page. Adapting deltaX or deltaY in relation with the largest indicated delta and the aspect ratio.

Also optionally accounting for paper borders or not.

And auto orientation depending on deltaX and deltaY of the indicated ‘window’.

For now (With such third party drawings) I still resort to the workaround as described here.
Page orientation as required
Viewport offset = Lower left ‘paper’ corner
Viewport scale = paper size divided by paper representation size
Simply indicating the opposite corners of the paper representation would be easier.

Regards,
CVH

2621QCAD (main)Feature RequestLowSnap > Perpendicular: Add point at the opposite side of...Assigned
0%
1 Task Description

Andrew,

It simplifies drawing circles where the target circle must be internally tangent instead of only externally. Or relevant constructions with Arcs.

It also avoids the repeated sequence:

Step 1: LI
Base point
Target point perpendicular on circle/arc, Auto Snap or forced by SU 
(or center snap SC of if that is easier)
QQ

Step 2: RM
Drawn auxiliary line of first step
Far side of circle/arc
QQ

Step 3: Use the intersection for another task, Auto Snap or forced by SI/SY 

Regards,
CVH

2616QCAD (main)Feature RequestLowList custom Linetypes in a similar manner as the standa...Assigned
0%
1 Task Description

Andrew,

As test I added this customiso.lin file:

;;
;;  Custom QCAD linetypes for metric system
;;
*DASHEDC,Custom Dashed _ _ _ _ _ _ _ _ _ _ _ _ _ _
A, 2, -1 
*DOTTEDC,Custom Dotted . . . . . . . . . . . . . .
A, 0, -1  

All fine but they are listed as ‘DASHEDC’ and ‘DOTTEDC’.

Kinda expected that the description would be used to list them.
All seemingly according the standard types.

Where for example

*DASHED2,Dashed (.5x) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
A, 6.35, -3.175

is listed as ‘Dashed (.5x)’ and not as ‘DASHED2’

Most probably because ‘types’ are translated and mine are not in that standard list.
It would still be appropriate to use the descriptor.
Then I have the option to include that in English or in an even custom language.

Regards,
CVH

2597QCAD (main)Feature RequestLowBetter self-explanatory mouse button tips with manual s...Assigned
0%
1 Task Description

Andrew,

The mouse tips of some manual snap options (SN, PX, PY, SH) are not handled.

For SN the mouse tips and the command line tip are unaffected.
Tips for PX and PY are only handled as command line tips:
- ‘Specify point for X coordinate’.
- ‘Specify point for Y coordinate’.
Tips for SH are only handled as command line tips:
- ‘Specify first point to measure distance from’.
- ‘Second point’.

As counter example:
For SY both mouse tips and command line tips change to:
- ‘First entity’.
- ‘Second entity’.

For SN we would expect at least a guidance that we are indicating the first or the second position. That could be implemented as command line tip but adding some additional mouse tip would be welcome.
For PX and PY we could add ‘(X)’ or ‘(Y)’ to the current mouse tip.
For SH we could add ‘(Origin)’ and ‘(Direction)’ to the current mouse tip.

Regards,
CVH

2574QCAD (main)Feature RequestLow"Add Profile Toolpath KP" needs settable defaultsAssigned
0%
Task Description

The CAM Profile Toolpath dialog box should have a “Save As Defaults” button, or some way in a config file to set defaults. Or even if it just defaulted to the last settings entered, it would save so much time and reduce the risk of errors.

2572QCAD (main)Feature RequestLowFile > Recent Files: Exclude current open files from be...Assigned
0%
1 Task Description

In the sense that current open file(s) is/are part of a new project and you want that/those to remain in the list.

Can be circumvented by:
- Clear recent list
- Save current open file(s)

Related topic: https://www.qcad.org/rsforum/viewtopic.php?f=8&t=10838

Regards,
CVH

2540QCAD (main)Feature RequestLowRetain original handle when Hatch properties are change...Assigned
0%
1 Task Description

Andrew,

When we alter about any property of a Hatch entity it seems to be recreated with a newer/higher handle.
This doesn’t influence the drawing order in direct.
But already changing the drawing order of a Hatch it is recreated as a new entity.

It starts to matters in drawing order when there are multiple entities with the same drawing order and that after save/reload. Entities with the same drawing order then receive a new drawing order based on the original but sequentially increasing based on handle.

Because a Hatch is recreated with a newer/higher handle each time a property changes it will thus always end up above the others with the same order even when the original was created earlier.

This is more pronounced when copying/pasting entities from a source to a target drawing.
The original Hatch drawing order is retained but it will always be above existent entities with the same drawing order in the target drawing after save/reload.

Most other entities are probably just updated in situ.
It is unsure to me at this point if merely updating a Hatch is even possible.
And perhaps this is related to the addObject ForceNew flag what is false by default.

Regards,
CVH


	
2537QCAD (main)Feature RequestLowMore variants for converting element types could be use...Assigned
0%
Task Description

I don’t actually have any use for this idea currently, but am just posting it here to document it for consideration.

Basically, it occurred to me at least a few more useful conversions between shapes besides the existing ones could be useful.

For example:

  • Converting lines into axially aligned rectangles of a specified “radius” or “diameter” (with an option to delete or keep the original line geometry).
  • An option for the above (lines –> rectangles) that causes the intersections between the resulting rectangles to be automatically removed, like a kind of “automatic/magic wall creation tool” based on laying down lines instead of rectangles and then converting via this tool.
  • Converting circles/ellipses and rectangles back and forth between each other via their bounding volumes. It seems reasonably likely that people will sometimes want to convert circular design elements into rectangular ones and vice versa (e.g. deciding a rectangular column makes more sense than a cylindrical one and vice versa).
  • Converting any arbitrary selection into a corresponding bounding circle (not rectangle, which already exists) of sufficient size to enclose all points in the selection.

Basically, QCAD already has tools for converting shapes with operations that are a natural fit for the existing geometry, but has less tools for converting to entirely different geometry, but such uses could actually still be very useful potentially!

It seems likely to be common enough as a use case to merit inclusion, rather than just using scripting.

I don’t have any pressing need for these and I know that I could script them to create them if I really wanted to.

These are relatively minor ideas. I’m just putting this out here as more ideas for making this already wonderful software even better. :)

2535QCAD (main)Feature RequestLowNew tool idea: Scale polyline objects separately, each ...Assigned
0%
Task Description

In my current QCAD file I’m working on, I have a circular hub with a hole in it which I am also trying to place an alternating sequence of rectangular spokes of a certain relative size around.

I had 4 spokes that I had copied and rotated 45 degrees to create 8 spokes in total around the circle. I tried scaling the the non-cardinal spokes relative to the center of the circular ring, but that causes them to also move towards the center of the ring as they shrink, thereby putting them out of place as they scale.

I therefore had to activate the scale tool once per each object and set an origin (focus) point around the area where each spoke is “attached” to the ring in order to stop each from shifting inward to the circle as it scales.

It occurred to me though that there could be a simple tool or option to do this without that.

Each of my rectangles are polyline objects and thus are coherent continuous objects.

A new scaling tool could be designed such that it is based on simply clicking on each scaling origin on each object (using snapping tools if needed) and then clicking a check button (or enter) when done and then causing the scaling GUI to appear so the user can specify the desired scaling. Each scaling would then be applied to where the polylines were clicked instead of to all the objects as one.

This would be a much faster way to rescale a bunch of objects around individually varying relative scaling origins!

2532QCAD (main)Feature RequestLowAn "auto-tick" or "automated ruler creation" tool (adde...Assigned
0%
Task Description

Hey, this is the first of my feature suggestion submissions that isn’t tied to a corresponding suggestion thread on the QCAD forum.

Should I always create corresponding feature suggestion threads or is it ok (or better?) to just post ideas here?

Anyway though, here’s the idea:

I noticed that it is relatively easy to use things like the QCAD Split Entities and/or Paste Along Entity tool(s) to create an even set of divisions along a curve or line.

There’s also the Misc → Draw → Counter available too, for automated counting.

These together are useful for creating a “scale ruler” to be printed on a schematic for ease of reference or for use in cases where someone forgets to bring along a physical measuring device or when someone else is using that measuring device.

For example, one could print a to-scale 1 foot long ruler (or whatever other scale is relevant, e.g. 1 inch for small objects or just as a nice scale reference/legend/key) on the schematic page for convenience.

However, it would be nice if there was a convenient tool added to the Dimensions tool category that automated this entire process and was able to create arbitrary ruler-like numbered reference scales along lines (and even better if it also worked on arcs, though less important).

Even better would be if this “auto tick” or “auto ruler” tool supported multiple levels of tick scaling (e.g. 2 or 3) such as what one sees on actual rulers.

For example, an imperial ruler for a foot (I’m in the US currently) will typically having increasingly smaller tick marks added at halfway points between each of the numbered points along the ruler’s scale, which makes using it quickly much easier. For example, it’ll have a half-length tick for half an inch and then a quarter-length tick for each quarter of an inch within an inch (with the inch’s ticks being full length).

It seems like it could be relatively easy to implement that kind of nested tick marking system, which would make it super convenient and pleasant for the user of QCAD to create usable to-scale ruler-like objects wherever they desire them with hardly any effort!

I think this idea would also fit extremely well with existing tools in the Dimensions category and would be useful for many/most QCAD users!

It’s yet another good QCAD feature that could attract more people to buy upgraded copies of QCAD in the future I think!

I hope you implement it. Small conveniences still make a big difference.

Anyway, thanks a bunch again for creating this awesome program!

That’s all the suggestions I have for today.

I hope you have a wonderful weekend and upcoming week, etc!

2531QCAD (main)Feature RequestLowAn always-visible hotkey overlay option would be extrem...Assigned
0%
Task Description

Hello! This is perhaps the most useful and valuable of the suggestion ideas I’ve had for QCAD so far!

I think it would be extremely useful if there was an option within the QCAD preferences for making it so that the hotkeys currently bound to each tool button in the UI (if existent) are always displayed such that they are overlaid on top of each of the buttons. There are two main approaches I can think of for doing that (both intended to avoid disturbing the existing layout of the UI):

  1. Display the current hotkey binding associated by drawing it (probably in a distinct color) on one of the edges or corners of each of the buttons (such as the bottom middle side, the lower left corner, or the lower right corner). Even at a small font size I think this would be very effective and useful.
  2. Instead of making the overlaid hotkey display in a small font at a side or corner of each button, you could have the hotkey text be in a large font and overlaid on top of the entire button, using things such as transparency and a distinctive (never used in the other parts of the UI) color to ensure that the button icons is still readable. A broader width of the font stroke may also help if transparency is used, so that the underlying icon lines remain more readable.

Both approaches have pros and cons. I personally lean towards the former, but Husky and CVH seemed to take issue with the readability of small fonts and so I later suggested the later option too.

They seemed opposed to both (at least during the forum discussion). However, I think this UI feature could be one of the best workflow speed improvements for the average user (many/most of whom probably don’t have time to memorize the hotkeys or just don’t end up doing so) of QCAD!

The gains in efficiency and pleasantness could be enormous potentially, even despite it QCAD already being among the most pleasant and well-designed programs I’ve ever used!

It is far faster to be able to instantly read a hotkey from the UI than to have to wait for a tooltip or to look the keystrokes up in the documentation.

Memorization is the fastest of course, but as someone who finds themselves constantly spread thin over many different programs (often half a dozen or more) for long spans of time I often find it difficult to remember all of the hotkeys for each program I use. Having such hotkeys always visible is useful for users who are spread thin, as many people increasingly in the world of software.

CVH suggested that I make custom icons myself, but doing so seems far worse than simply having QCAD automatically read and then print out the corresponding hotkeys over every tool in a programmatic and properly automated way.

I seriously think this would be one of the most awesome improvement you could ever add to QCAD!

Indeed, there is no missing feature I want more than this one!

Few programs do this but the few cases I’ve seen it the feature was extremely useful for speed without having to take weeks/months/years to fully memorize hotkeys only then forget them later. This idea eliminates that problem!

It would be glorious from a usability and accessibility standpoint! Please implement it!

Hopefully Qt’s GUI system is flexible enough to draw overlaid text over the buttons like this without to much hassle. That is the main potential impediment as I see it.

Anyway though, here is the associated forum discussion where I mentioned this idea. It was the same thread as the one where I also suggested adding a way to control tooltip delays.

2530QCAD (main)Feature RequestLowMake it possible to control the tooltip delay time when...Assigned
0%
Task Description

I noticed that every time I move my mouse from the main working canvas (schematic area) to the tool buttons on the left sidebar there is a delay before the first hover tooltip (which displays the tool names and hotkeys corresponding to each tool button) displays.

The tooltips remain fast (near instant) after that initial hover, but it it would be nice if there was an option field for controlling how long the tooltip delay is for that initial display delay.

Currently, on my Windows 10 machine, it takes about 1 full second for the tooltip to show, which may not sound like much but feels like a lot when trying to work faster.

Here is a link to the related forum discussion, which also discussed a different (and I’d say more useful/effective) idea as well.

I’m creating two separate Bugtracker submissions for that one thread though, to keep things clean.

Perhaps I should have created two separate forum thread for that to begin with.

2529QCAD (main)Feature RequestLowAdd normalized unit circle coordinates (complex numbers...Assigned
0%
Task Description

Similarly as for my previous suggestion submission, I also had a related idea for making it easier to work with complex numbers when using QCAD by adding normalized unit circle coordinates as another option in the Angular Dimensions display units options dropdown.

Here’s the corresponding forum thread I started.

2528QCAD (main)Feature RequestLowAdd cycles (a.k.a. turns or revolutions) to the availab...Assigned
0%
Task Description

Hello, I recently bought QCAD Pro and this is my first Bugtracker report!

First, I want to say a big thank you for creating and maintaining such a wonderful software package!

I’ve never encountered a system for expressing constraints in 2D (or even 3D) that feels as natural, intuitive, and expressive as QCAD feels!

I am very grateful to have randomly found it somehow. I wish all user interfaces were designed this way and especially that vector art programs adopted similar constraint-based tools.

Anyway though, here’s the actual feature suggestion:

I noticed that QCAD is missing one especially convenient and naturally occuring angular unit: cycles (a.k.a. turns or revolutions).

I personally find cycles to be my favorite unit overall and to be the most intuitive to work with (when not needing to use physical protractors). I actually mostly work digitally and most of my uses for QCAD will be digital. QCAD is the only software I’ve found that really expresses 2D constraints the way I want to be able to work and lay things out.

Rather than redundantly belabor the many reasons why I think cycles should added to the available displayed angle units in the Preferences → Dimension Settings → Angular Dimensions dropdown list, I will simply link to the rather large discussion I’ve already had with Husky and CVH arguing my case about why I want it added and why many other users could benefit from it.

Here’s the link to the relevant forum discussion.

2527QCAD (main)Feature RequestLowOption to mirrow viewports in paperspaceAssigned
0%
3 Task Description

Hi,
In paperspace I can scale and rotate etc. a viewport but I can’t mirrow it for to me unknown reasons.
After reading and testing this user request I agree that it would make sence to have such an option. The solution from Andrew to accomplish that task with blocks / edit block in place is already a nice solution but to me it feels like paperspace would be the correct place with less action to manage. The user can still design the drawing as usal in modelspace without thinking about the “special treatment” for the block which is used for the mirrowed presentation.

Refering to forum conversation:
https://qcad.org/rsforum/viewtopic.php?f=32&t=10611&p=43614#p43614

2507QCAD/CAMFeature RequestLowAdd Toolpath from LayerAssigned
0%
2 Task Description

I’ve been able to make this work as proof of concept very easily, but many of the functions are inaccessible/difficult to override from post-processors.

Desired functionality:

1) Enable “Add Profile Toolpath” UI elements all the time (remove setRequiresSelection)
2) CAM Profile Toolpath Dialog: Drop-down menu of available Layers. First option “By Selection Only” 3) “By Selection Only” continues to pass EntityIds of selected objects (existing functionality)
4) Choosing an active Layer will use the Layer as source of EntityIds
5) Any changes to Entities on a Layer will result in those new/removed/changed objects being re-generated without having to manually select and update the tool paths. Either do not recover list of EntityIds from the ToolpathBlock, and instead use “live” each time it’s regenerated, or additional functionality to determine if a LayerId is associated with the Toolpath, and then lookup EntityIds.

I assume the persistence of the Layer selection would be available within the Toolpath, so that it will automatically update EntityIds every time a Toolpath is regenerated, without having to select Entities and updating the toolpath manually.

For large projects, being able to force select objects based upon layer dramatically reduces mistakes and speeds up the workflow.

Thanks

2506QCAD/CAMFeature RequestLowInclude arc segmentation for 'milling' On-Path.Assigned
0%
3 Task Description

Related forum topic:
https://www.qcad.org/rsforum/viewtopic.php?f=74&t=10468

For ‘milling’ on path it doesn’t consider

this.arcInterpolation = true

in the custom postprocessor nor the checked option in the CAM Configuration Dialog.

As far as detected the CamArcInterpolation checkbox of the CAM Configuration Dialog is unrelated to the this.arcInterpolation in the postprocessor.

Regards,
CVH

2478QCAD (main)Feature RequestLowMake RMathLineEdit unit awareAssigned
0%
1 Task Description

Andrew,

Related topic: https://www.qcad.org/rsforum/viewtopic.php?f=32&t=10094

When entering 1’ 1’‘ in an input field.
- As the size of the rectangle in the topic
- As the length property of a line selected in the drawing
- ....

Returns 13 in a drawing in mm.
And also in a drawing in inch what turns out to be correct.
But also in a drawing in foot.

Similar, entering 1’ with a drawing in kilometers it returns 12 units = 12 kilometers.

Regards,
CVH

2471QCAD (main)Feature RequestLowTool request: Arc - 2 Tangents and radius ...Assigned
0%
2 Task Description

... inclusive trim option ;-)

I’m already able to use the Circle tool “2 Tangents and radius” to accomplish this task but it is a lot of break out etc. action needed to clean the shape afterward.

2456QCAD (main)Feature RequestLowTangent arcAssigned
0%
3
2448QCAD (main)Feature RequestLowScale lineweight display on model spaceAssigned
0%
1
2446QCAD (main)Feature RequestLowExtending dimension line beyond extension line when usi...Assigned
0%
1
2436QCAD (main)Feature RequestLowDraw > Hatch > Hatch from Segments: mark position of op...Assigned
0%
1
2428QCAD (main)Feature RequestLowImplement reversing Leader entities on creation or afte...Assigned
0%
1
2421QCAD (main)Feature RequestLowMake the preview of Shorten (LE) more visibleAssigned
0%
1
2418QCAD/CAMFeature RequestLowInclude a GroupCustom widget in CAM Toolpath dialogs.Assigned
0%
2
2416QCAD (main)Feature RequestLowAutomatically set a proper alternating row color for th...Assigned
0%
1
2398QCAD (main)Feature RequestLowExcessive AutosaveAssigned
0%
2390QCAD (main)Feature RequestLowPlease add U.S. Survey Feet to the Unit / convert listAssigned
0%
1
2387QCAD (main)Feature RequestLowOpen Drawings on Layout Block by DefaultAssigned
0%
2378dwg2svgFeature RequestLowExport attributes on block references as namespaced XML...Assigned
0%
2374QCAD/CAMFeature RequestLowAdd Spindle Speed to Toolpath DialogAssigned
0%
1
2370QCAD (main)Feature RequestLowRetain global width / segment widths when reversing pol...Assigned
0%
1
2354QCAD (main)Feature RequestLowcopy-paste between two QCAD instancesAssigned
0%
2
2353QCAD (main)Feature RequestLowadd theme folder to a local shared pathAssigned
0%
5
2351QCAD (main)Feature RequestLowFile Thumbnail PreviewAssigned
0%
1
2341QCAD (main)Feature RequestLowmanage image referencesAssigned
0%
1
2340QCAD (main)Feature RequestLowLayer List / Block List: Link minus icon to keyboard de...Assigned
0%
2339QCAD (main)Feature RequestLowBlock List multible selectionAssigned
0%
2338QCAD (main)Feature RequestLowShow non-QCAD custom XDATA optionallyAssigned
0%
1
2337QCAD (main)Feature RequestLowDistance information should be available in 2D and 3DAssigned
0%
2336QCAD (main)Feature RequestLowAdd command to go back to previous nested blockAssigned
0%
2331QCAD/CAMFeature RequestLowTabs: Control over on which particular profile used.Assigned
0%
2330QCAD/CAMFeature RequestLowToolpath optimization optional (on/off)Assigned
0%
2
Showing tasks 1 - 50 of 380 Page 1 of 8

Available keyboard shortcuts

Tasklist

Task Details

Task Editing