Unless noted otherwise, keypad keys (such as arrows, Home, End, +, -, digits) are supposed to work the same as corresponding regular keys. See also KeyboardShortcutsToDo on Inkscape Wiki for a discussion of other shortcuts we're planning to implement; you can leave your ideas and requests there.

Tools

F1, sselector
Spaceselector (temporary)
Space switches to the select tool temporarily; another Space switches back.
F2, nnode tool
F3, zzoom tool
F4, rrectangle tool
F5, eellipse/arc tool
F6, pfreehand (pencil) tool
Shift+F6, bbezier (pen) tool
Ctrl+F6, calligraphic tool
F7, ddropper tool
F8, ttext tool
F9, ispiral tool
Shift+F9, *star tool

File

Ctrl+Ncreate new document
Ctrl+Oopen an SVG document
Shift+Ctrl+Eexport to PNG
Ctrl+Iimport bitmap or SVG
Ctrl+Pprint document
Ctrl+Ssave document
Shift+Ctrl+Ssave under a new name
Ctrl+Qexit Inkscape

Window

Ctrl+Rtoggle rulers
Ctrl+Btoggle scrollbars
F11toggle fullscreen
F10main menu
Menus can also be activated by Alt with the letter underscored in the menu name.
Shift+F10, right clickdrop-down (context) menu
Ctrl+F4, Ctrl+Wclose document window
This shuts down Inkscape if it was the only document window open.
Ctrl+Tabnext document window
Shift+Ctrl+Tabprevious document window
These cycle through the active document windows forward and backward.

Dialogs

Shift+Ctrl+FFill and Stroke
Shift+Ctrl+TText and Font
Shift+Ctrl+MTransform
Shift+Ctrl+AAlign and Distribute
Shift+Ctrl+XXML Editor
Shift+Ctrl+DDocument Options
Shift+Ctrl+OInkscape Options
Shift+Ctrl+EExport to PNG
These open a new dialog window if it wasn't open yet, otherwise the corresponding dialog gets focus.

Toggle visibility

F12toggle dialogs
This temporarily hides all open dialogs; another F12 shows them again.

Within a dialog

Escreturn to the canvas
Ctrl+F4, Ctrl+Wclose the dialog
Tabjump to next widget
Shift+Tabjump to previous widget
Enteraccept the new value
This accepts the new value you typed in a text field and returns focus to canvas.
Space, Enteractivate current button or list
Ctrl+PgUp, Ctrl+PgDnin a multi-tab dialog, switch tabs

Top panel

The panel at the top of the document window provides different fields and controls for each tool.
Alt+Xjump to the first editable field
Enteraccept the new value
This accepts the new value you typed in a text field and returns focus to canvas.
Esccancel changes, return to canvas
This cancels any changes you made in a text field and returns focus to canvas.
Ctrl+Zcancel changes
This cancels any changes you made in a text field but you stay in the field.
Tabjump to next field
Shift+Tabjump to previous field
Use these to navigate between fields in the top panel (the value in the field you leave, if changed, is accepted).

Changing values

Up arrow, Down arrowchange value by 0.1
PgUp, PgDnchange value by 5.0

Canvas

Zoom

=, +zoom in
-zoom out
The keypad +/- keys do zooming even when you are editing a text object.
middle click, Ctrl+right clickzoom in
Shift+middle click, Shift+right clickzoom out
Ctrl+mouse wheelzoom in or out

Preset zooms

1zoom 1:1
2zoom 1:2
3zoom to selection
4zoom to drawing
5zoom to page
Ctrl+E, 6zoom to page width

Zoom history

`(back quote) previous zoom
Shift+`next zoom
With these keys, you can travel back and forth through the history of zooms in this session

Scrolling (panning)

Ctrl+arrowsscroll canvas
Scrolling by keys is accelerated, i.e. it speeds up when you press Ctrl+arrows in quick succession, or press and hold.
middle button dragscroll canvas
Shift+right button drag, Ctrl+right button dragscroll canvas
mouse wheelscroll canvas vertically
Shift+mouse wheelscroll canvas horizontally

Guides and grid

mouse dragdrag off a ruler to create guide
Drag off the horizontal or vertical ruler to create a new guideline. Drag a guideline onto the ruler to delete it.
|, Shift+\toggle guides and snapping to guides
If you want to have different values for guides visibility and snapping, set them via the Document Options dialog.
When you create a new guide by dragging off the ruler, guide visibility and snapping are turned on.
#, Shift+3toggle grid and snapping to grid
If you want to have different values for grid visibility and snapping, set them via the Document Options dialog.
Note that only the 3 key on the main keyboard works, not on the keypad.

Object

Undo/redo

Shift+Ctrl+Y, Ctrl+Zundo
Shift+Ctrl+Z, Ctrl+Yredo

Clipboard

Ctrl+Ccopy selection
This places a copy of the selection to the Inkscape clipboard (not the system clipboard).
Ctrl+Xcut selection
This places a copy of the selection to the Inkscape clipboard and deletes the selection.
Ctrl+Vpaste clipboard
This places the clipboard objects at the mouse cursor, or at the center of the window if mouse is outside the canvas.
Ctrl+Alt+Vpaste in place
This places the clipboard objects to the original location from which they were copied.
Shift+Ctrl+Vpaste style
This applies the style of the (first of the) coped object(s) to the current selection.

Duplicate

Ctrl+Dduplicate selection
New object(s) are placed exactly over the original(s) and selected.

Grouping

Shift+Ctrl+U, Ctrl+Ggroup selected objects
Use Ctrl+click to select objects within group.
Shift+Ctrl+G, Ctrl+Uungroup selected group(s)
This removes only one level of grouping; press Ctrl+U repeatedly to ungroup nested groups.

Z-order

Homeraise selection to top
Endlower selection to bottom
PgUpraise selection one step
PgDnlower selection one step

Path

Convert to path

Shift+Ctrl+Cconvert selected object(s) to path
Ctrl+Alt+Cconvert stroke to path

Booleans

Ctrl++union
Union combines any number of objects into a single path, removing overlaps.
Ctrl+-difference
Difference works on 2 objects, extracting the top from the bottom.
Ctrl+*intersection
Intersection creates a path representing the common (overlapping) area of all selected objects.
Ctrl+^exclusive OR (XOR)
XOR is similar to Union, except that it works on 2 objects and removes areas where the objects overlap.
Ctrl+/division (cut)
Division cuts the bottom object into pieces by the top object, preserving the fill and stroke of the bottom.
Ctrl+Alt+/cut path
Cut Path cuts the bottom object's stroke only where it is intersected by the top path, removing any fill from the result.

Offsets

Ctrl+(inset path (towards center)
Ctrl+)outset path (away from center)
The default offset distance is 2 pt.
Alt+(inset path by 1px
Alt+)outset path by 1px
Shift+Alt+(inset path by 10px
Shift+Alt+)outset path by 10px
The actual distance for pixel offsets depends on zoom level. Zoom in for finer adjustment.
All the (, ) commands convert the object to path, if necessary, and produce regular path.
Ctrl+Jcreate dynamic offset
Ctrl+Alt+Jcreate linked offset
These commands produce an offset object, editable by the node tool, standalone or linked to the original.

Combining

Ctrl+Kcombine paths
This is different from grouping in that combined paths create one object.
This is different from Union in that overlapping areas are not affected.
Shift+Ctrl+Kbreak paths apart
This attempts to break an object into constituent paths; it will fail if the object is one solid path.
Ctrl+Lsimplify
This command attempts to simplify selected path(s) by removing extra nodes. It converts all objects to paths first.
If you invoke this command several times in quick succession, it will act more and more aggressively.
Invoking Simplify again after a pause restores the default threshold.

Selector

Keyboard select

Tabselect next object
Shift+Tabselect previous object
These keys pick objects in their z-order (Tab cycles from bottom to top, Shift+Tab cycles from top to bottom).
Unless you did manual rearrangements, the last object you created is always on top.
As a result, if nothing is selected, pressing Shift+Tab once conveniently selects the object you created last.
Ctrl+Aselect all objects
Deldelete selection
Escdeselect

Keyboard move

arrowsmove selection by the nudge distance
Shift+arrowsmove selection by 10x nudge distance
The default nudge distance is 1mm.
Alt+arrowsmove selection by 1 pixel
Alt+Shift+arrowsmove selection by 10 pixels
The actual distance for pixel movements depends on zoom level. Zoom in for finer movement.

Keyboard rotate

[, ]rotate selection by the angle step
The default angle step is 15 degrees. ] rotates clockwise, [ rotates counterclockwise.
Ctrl+[, Ctrl+]rotate selection by 90 degrees
Alt+[, Alt+]rotate selection by 1 pixel
The actual angle for pixel rotation depends on zoom level. Zoom in for finer movement.

Keyboard scale

<, >scale selection by the scale step
The default scale step is 2 pt.
Ctrl+<scale selection to 50%
Ctrl+>scale selection to 200%
Alt+<, Alt+>scale selection by 1 pixel
The actual size increment for pixel scaling depends on zoom level. Zoom in for finer scaling.
Scaling is uniform around the center, so that the size increment applies to the larger of the two dimensions.
Instead of the < and > keys, you can use the , (comma) and . (period) keys respectively.

Keyboard flip

hflip selection horizontally
vflip selection vertically

Mouse select

clickselect an object
When you left-click on an object, previous selection is deselected.
Shift+clicktoggle selection
Shift+click adds an object to the current selection if it was not selected, or deselects it otherwise.

Selecting within group

Ctrl+clickselect within group
Ctrl+Shift+clicktoggle selection within group

Rubberband

mouse dragselect multiple objects
Dragging around objects does "rubberband" selection; previous selection is deselected.
Shift+mouse dragadd objects to selection
Normally, you need to start from an empty space to initiate a rubberband.
However, if you press Shift before dragging, Inkscape will do rubberband selection even if you start from an object.

Mouse move

mouse dragmove selected objects
Dragging an object selects it if it was not selected, then moves selection.
Ctrl+mouse dragrestrict movement to horizontal or vertical
mouse dragSpacedrop a copy
When dragging or transforming with mouse, each Space leaves a copy of the selected object.
You can press and hold Space while dragging for a nice "trail."

Mouse transform

clicktoggle scale/rotation handles
mouse dragscale (scale handles)
mouse dragrotate or skew (rotation handles)

Scale handles

Ctrl+mouse dragscale preserving aspect ratio
Shift+mouse dragsymmetric transformation
Holding Shift while transforming makes transformation symmetric around the center of the selection.
Alt+mouse dragslow movement
Holding Alt while transforming makes transformation lag behind mouse movement, allowing finer changes.

Rotation handles

Ctrl+mouse dragskew and stretch
Holding Ctrl when dragging a skew (non-corner) handle enables stretching in addition to skewing.
Ctrl+mouse dragsnap rotation to angle steps
The default angle step is 15 degrees.

Cancel

Esccancel rubberband, move, transformation
Press Esc while mouse button is still down to cancel rubberband selection, move, or transformation of any kind.

Freehand tool

mouse dragdraw a freehand line
atoggle new/append
This switches between creating a new line or appending to the selected line (anchors are displayed for appending).

Bezier tool

Create nodes

clickcreate a sharp node
mouse dragcreate a bezier node with two handles
Shift+mouse dragmove only one handle
This moves only one handle (instead of both) to create a cusp node.
Ctrl+mouse dragsnap the handle to angle steps
The default angle step is 15 degrees.

Create segments

Ctrl+snap the segment to angle steps
This snaps the new node's angle, relative to the previous node, to angle steps (default 15 degrees).

Keyboard

atoggle new/append
This switches between creating a new line or appending to the selected line (anchors are displayed for appending).
Enterfinish current line
Esccancel current line
Backspaceerase last segment of current line

Node tool

Keyboard select

Tabselect next node
Shift+Tabselect previous node
These keys let you select any node within the selected path
Ctrl+Aselect all nodes of the path
Escdeselect all nodes

Keyboard move

arrowsmove selected node(s) by the nudge distance
Shift+arrowsmove selected node(s) by 10x nudge distance
The default nudge distance is 1mm.
Alt+arrowsmove selected node(s) by 1 pixel
Alt+Shift+arrowsmove selected node(s) by 10 pixels
The actual distance for pixel movements depends on zoom level. Zoom in for finer movement.

Keyboard handle rotate

[, ]rotate both handles by the angle step
The default angle step is 15 degrees. ] rotates clockwise, [ rotates counterclockwise. May apply to more than one node.
Left Ctrl+[, Left Ctrl+]rotate left handle by the angle step
Right Ctrl+[, Right Ctrl+]rotate right handle by the angle step
Left Alt+[, Left Alt+]rotate left handle by 1 pixel
Right Alt+[, Right Alt+]rotate right handle by 1 pixel

Keyboard handle scale

<, >contract/expand both handles by scale step
The default scale step is 2 pt. May apply to more than one node.
Left Ctrl+<, Left Ctrl+>scale left handle by the scale step
Right Ctrl+<, Right Ctrl+>scale right handle by the scale step
Left Alt+<, Left Alt+>scale left handle by 1 pixel
Right Alt+<, Right Alt+>scale right handle by 1 pixel
The actual size increment for pixel scaling depends on zoom level. Zoom in for finer scaling.
Instead of the < and > keys, you can use the , (comma) and . (period) keys respectively.

Change path segment

Shift+Lmake line
Shift+Kmake curve
These commands require that more than two adjacent nodes be selected.

Change node type

Shift+Cmake cusp
Shift+Smake smooth
Shift+Ymake symmetric
Ctrl+clicktoggle smooth/cusp/symmetric

Join/break

Shift+Jjoin selected nodes
This requires that exactly two end nodes within the path be selected.
Shift+Bbreak selected node(s)
After break, only one of each two new nodes is selected. May apply to more than one node.

Delete, create, duplicate

Deldelete selected node(s)
Ctrl+Alt+clickdelete node
Insinsert new node(s)
This adds new node(s) in the middle(s) of selected segment(s), so it requires that more than two adjacent nodes be selected.
Shift+Dduplicate selected node(s)
New nodes are created on the same path; they are placed exactly over the old ones and are selected.

Active node

The active node is one under mouse or being dragged.
When you have an active node, some of the single-letter tool switch shortcuts may not work;
move your mouse cursor so that no node is active if you want to use them.
cmake active node cusp
smake active node smooth
ymake active node symmetric
bbreak active node
Backspacedelete active node

Mouse select

clickselect an object
Clicking on an object selects it.
The nodes or handles of the newly selected object become editable (this saves you a switch to selector).
clickselect a node
Clicking on a node selects it.
Shift+clicktoggle selection of a node
clickdeselect
Clicking in an empty space deselects all selected nodes.

Rubberband

mouse dragselect multiple nodes
Dragging around nodes does "rubberband" selection; previous node selection is deselected.
Shift+mouse dragadd nodes to selection

Mouse move

mouse dragmove selected nodes
Ctrl+mouse dragrestrict movement to horizontal or vertical
Ctrl+Alt+mouse dragmove along handles
This restricts movement to the directions of the node's handles, their continuations and perpendiculars (total 8 snaps).
mouse dragSpacedrop a copy
When dragging nodes with mouse, each Space leaves a copy of the selected object.
You can press and hold Space while dragging for a nice "trail."

Mouse handle move

mouse dragmove a node handle
Ctrl+mouse dragsnap the handle to angle steps
The default angle step is 15 degrees. This also snaps to the handle's original angle, its continuation and perpendiculars.
Shift+mouse dragrotate both handles
Alt+mouse draglock the handle length
Ctrl, Shift, Alt can be combined when dragging handles.

Editing shapes

Node tool can also drag the handles of shapes (rectangles, ellipses, stars, spirals). Click on a shape to select it.
See the corresponding shape tools for their editing shortcuts, all of which also work in node tool.

Cancel

Esccancel rubberband or move
Press Esc while mouse button is still down to cancel rubberband selection, node move, handle move, or handle move.

Zoom tool

clickzoom in
Shift+clickzoom out
mouse dragzoom into the area

Rectangle tool

Drawing

mouse dragdraw a rectangle
Ctrl+mouse dragmake a square or integer-ratio rectangle
This restricts rectangle so its height/width ratio is a whole number.
Shift+mouse dragdraw around the starting point
This creates a rectangle symmetric around the starting point of the mouse drag.

Editing

clickclick a rectangle to select
mouse dragdrag a handle to round corners
Ctrl+mouse draglock the rounded corner circular
When rounding corners of a rectangle, dragging only one handle (with the other at the corner) keeps the corner circular.
You can drag both handles for an elliptic rounded corner, or drag one with Ctrl to make sure the other one is synchronized.
Escdeselect

Ellipse tool

Drawing

mouse dragdraw an ellipse
Ctrl+mouse dragmake circle or integer-ratio ellipse
This restricts ellipse so its height/width ratio is a whole number.
Shift+mouse dragdraw around the starting point
This creates an ellipse symmetric around the starting point of the mouse drag.

Editing

clickclick an ellipse to select
mouse dragdrag a handle to make arc or segment
Ctrl+mouse dragrestrict the arc or segment to angle steps
The default angle step is 15 degrees.
Escdeselect

Star tool

Drawing

mouse dragdraw a star
Ctrl+mouse dragsnap star to angle steps
The default angle step is 15 degrees.

Editing

clickclick a star to select
mouse dragdrag a handle to vary the star shape
Ctrl+mouse dragkeep star rays radial (no skew)
Escdeselect

Spiral tool

Drawing

mouse dragdraw a spiral
Ctrl+mouse dragsnap spiral to angle steps
The default angle step is 15 degrees.

Editing

clickclick a spiral to select
mouse dragdrag a handle to vary the spiral shape
Dragging internal handle "unrolls" the spiral from inside. Dragging the external handle adjusts spiral size.
Ctrl+mouse dragsnap handles to angle steps
The default angle step is 15 degrees.
Alt+mouse draglock spiral radius
This has effect when dragging the outer handle of the spiral.
Escdeselect

Text tool

clickcreate/activate a text object
Clicking in an empty space or on a non-text object displays a text cursor; now you can type your text.
Clicking on a text object activates it; cursor is placed at the end of the text.
To type + and - characters, use the main keyboard; keypad + and - are reserved for zoom.
arrowsnavigate in a text object
Home, Endgo to beginning/end of line
Enterstart a new line
Escdeselect the text object

Special characters

Ctrl+Utoggle Unicode mode
In this mode, every four hex digits you type are translated into the corresponding Unicode character.
Another Ctrl+U or Esc or any non-hex character quits Unicode mode.
For example, Ctrl+U 2 0 1 4 Esc inserts an em-dash.
Ctrl+Spaceinsert no-break space
A no-break space is visible even in a text object without xml:space="preserve".

Letter spacing

Alt+>expand the line by 1 pixel
Shift+Alt+>expand the line by 10 pixels
Alt+<contract the line by 1 pixel
Shift+Alt+<contract the line by 10 pixels
These commands work when you are editing a text object. They adjust the inter-letter distance in the current line only.
The actual adjustment for pixel movements depends on zoom level. Zoom in for finer adjustment.

Line spacing

Ctrl+Alt+>make the text object taller by 1 pixel
Shift+Ctrl+Alt+>make the text object taller by 10 pixels
Ctrl+Alt+<make the text object shorter by 1 pixel
Shift+Ctrl+Alt+<make the text object shorter by 10 pixels
These commands work when you are editing a text object. They adjust the inter-line distance in the current text object.
The actual adjustment for pixel movements depends on zoom level. Zoom in for finer adjustment.

Kerning and shifting

Alt+arrowsshift next characters by 1 pixel
Shift+Alt+arrowsshift next characters by 10 pixels
These commands work when you are editing a text object.
They shift (horizontally or vertically) the character after the cursor and the rest of characters until the end of line.
E.g., to shift down one character, place the cursor before it, press Alt+Down, then move cursor after it and press Alt+Up.
The actual adjustment for pixel movements depends on zoom level. Zoom in for finer adjustment.

Valid HTML 4.0!