summaryrefslogtreecommitdiffstats
path: root/share/keys (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Gcodetools have been upgraded to v. 1.7.Nick Drobchenko2011-07-052-435/+435
| | | (bzr r10417)
* display shortcut in tooltip for measure toolFelipe Corr??a da Silva Sanches2011-06-211-1/+1
| | | (bzr r10330)
* adding shortcut for Measure Tool ("m" or "M")Felipe Corr??a da Silva Sanches2011-06-131-0/+3
| | | (bzr r10290)
* Extensions to alternate layer visibility for glyph layers.Felipe Corr??a da Silva Sanches2011-05-271-0/+6
| | | | | These extensions are using the new "silent" option that I have introduced to the inx file sintax in the previous commit. (bzr r10241)
* adding keyboard shortcut (Ctrl Alt G) for "add glyph layer" extensionFelipe Corr??a da Silva Sanches2011-05-261-0/+3
| | | (bzr r10231)
* NEW: Grayscale color display mode. (toggle assigned keybinding: Shift+keypad5)Johan B. C. Engelen2011-02-212-0/+6
| | | (bzr r10065)
* Keys. Alphapad support for zoom shortcuts (Bug #181393).Nicolas Dufour2010-08-052-0/+12
| | | | | | Fixed bugs: - https://launchpad.net/bugs/181393 (bzr r9690)
* Keys. Additional keypad bindings (Bug #362040).Nicolas Dufour2010-08-042-270/+282
| | | | | | Fixed bugs: - https://launchpad.net/bugs/362040 (bzr r9688)
* Keys. Binding the Spray tool to 'a' and 'shift+F3'.Nicolas Dufour2010-06-222-2/+16
| | | (bzr r9527)
* Keys. gdkkeysyms.h URL correction (Bug #528884).Nicolas Dufour2010-05-183-65/+65
| | | | | | Fixed bugs: - https://launchpad.net/bugs/528884 (bzr r9430)
* remove shortcuts to switch to the Geometric Tool (to disable for 0.47, after ↵Josh Andler2009-05-012-4/+0
| | | | | 0.47 is released I will restore) (bzr r7809)
* response to bug #171923; now Ctrl+PgUp/Dn is 'Switch to Layer Above/Below'Ed Halley2009-03-132-4/+8
| | | (bzr r7483)
* spellcheck keysbulia byak2009-02-172-0/+6
| | | (bzr r7312)
* synchronizebulia byak2009-01-261-1/+7
| | | (bzr r7178)
* Added a new toolbar with snapping controlsDiederik van Lierop2009-01-102-4/+4
| | | (bzr r7107)
* Merge from fe-movedTed Gould2008-11-212-2/+14
| | | (bzr r6891)
* Sorry, I got off on a branch and ended up with a bunch of things. I'm just ↵Ted Gould2008-09-251-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | going to flatten and merge... Here's the list. * Added a focus mode activated by Shift+F11. The goal of this mode is to remove all toolbars for a short period so that you maximize screen area. Useful on small screens. Also when you know lots of shortcuts. * Created what I'm calling "Quick Zoom." The idea here is to have a modal zoom for touching up something with fine detail and then returning to what you're doing. This is activated with the letter "Q" on the keyboard. When you release it, you return back to where you were. This will zoom in on selected objects, or if you're in the node tool selected nodes. * Added .svg on the temporary files in extensions. This'll make many of them happier. This only works on recent versions of GLib, but shouldn't break older ones more than they already are. * Moved the Inkscape configuration directory on Linux from ~/.inkscape to ~/.config/Inkscape. This is the new way to do things with the cross desktop naming spec. I'm unsure whether we should be putting crash dumps in .config or .cache though. * Removed 'tools_switch_current' because every usage of it already had a pointer to where it needed to go. Removes usage of globals. * Made it so that dialogs will be transparent when not focused. This is an alternate to having the docked, and one that I like better as I feel it gives me more screen area. You can adjust how much transparency and the speed of the animation in the preferences dialog. (Note: this requires GTK+ 2.12 and a compositor, but gracefully degrades if you don't have either) (bzr r6882)
* shift+letters are reserved for modes inside tools, so we cannot use them for ↵bulia byak2008-09-191-3/+0
| | | | | global shortcutas (bzr r6848)
* Fix shortcut for geometry toolMaximilian Albert2008-08-181-1/+1
| | | (bzr r6693)
* Add shortcut for geometry toolMaximilian Albert2008-08-181-0/+2
| | | (bzr r6691)
* fixed E/V keys by request from InitMassAlexandre Prokoudine2008-04-151-2/+4
| | | (bzr r5451)
* consistency with offset keysbulia byak2008-04-072-2/+6
| | | (bzr r5359)
* delete remaining .cvsignore filesAdib Taraben2008-04-011-2/+0
| | | (bzr r5299)
* update lpe commandsbulia byak2008-03-192-10/+14
| | | (bzr r5121)
* fix makefile.amFelipe Corr??a da Silva Sanches2008-02-131-1/+1
| | | | | share/keys directory should not be included, I think (bzr r4722)
* first shot at ACD Systems Canvas 11 keyboard shortcuts schemeAlexandre Prokoudine2008-02-132-1/+400
| | | (bzr r4720)
* added Shift+G to default.xml, sorted order of appearanceAlexandre Prokoudine2008-02-122-3/+6
| | | (bzr r4715)
* another forgotten file added to POTFILES.in, Shift+G added to default keys ↵Alexandre Prokoudine2008-02-041-0/+3
| | | | | scheme, ru.po update (bzr r4646)
* fixes and updates to hotkeysAlexandre Prokoudine2008-01-311-3/+102
| | | (bzr r4626)
* First shot at Corel DRAW and Zoner Draw keyboard shorcut schemes has landed :)Alexandre Prokoudine2008-01-313-1/+505
| | | (bzr r4625)
* Retired FilePrintDirect verbJoel Holdsworth2007-12-235-12/+0
| | | (bzr r4287)
* Use "%"-key for toggling the snapper, and modify the related sp-desktop codeDiederik van Lierop2007-12-202-8/+12
| | | (bzr r4266)
* Introduce verb, menu item and shortcut for the global snapping toggleDiederik van Lierop2007-12-182-8/+10
| | | (bzr r4256)
* rename EditCloneOriginal to EditCloneSelectOriginalJohan B. C. Engelen2007-11-182-4/+4
| | | (bzr r4110)
* rename EditCloneOriginal to EditCloneSelectOriginal ; ↵Johan B. C. Engelen2007-11-182-4/+4
| | | | | SP_VERB_EDIT_CLONE_ORIGINAL to SP_VERB_EDIT_CLONE_SELECT_ORIGINAL (bzr r4109)
* LPE: implement 'edit next LPE parameter'. Accessible through key '7'.Johan B. C. Engelen2007-10-282-1/+5
| | | (bzr r3968)
* remove the disabled old svg-keys-chart verbbulia byak2007-09-282-2/+2
| | | (bzr r3813)
* more consistent coverage of all shift-modes of + and -bulia byak2007-09-072-0/+8
| | | (bzr r3700)
* add pasting lpebulia byak2007-09-052-2/+6
| | | (bzr r3678)
* change tweak to shift+f2bulia byak2007-09-022-3/+2
| | | (bzr r3668)
* Commit LivePathEffect branch to trunk!Johan B. C. Engelen2007-08-142-0/+9
| | | | | (disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472)
* tweak toolbulia byak2007-08-082-0/+12
| | | (bzr r3424)
* Added 3D box keyboard shortcut to right handed illustration keyboard layoutJohn Bintz2007-08-041-0/+1
| | | (bzr r3368)
* inkscape.xml and default.xml must be the samebulia byak2007-07-261-0/+6
| | | (bzr r3302)
* Add keybindings for the 3D box toolMaximilian Albert2007-06-301-0/+6
| | | (bzr r3156)
* s/ToolCalligrphic/ToolCalligraphic/ggustav_b2007-05-074-12/+12
| | | (bzr r2983)
* Add keyboard binding for Paint Bucket and Set Clipping PathJohn Bintz2007-04-121-1/+7
| | | (bzr r2870)
* verbify esc to deselect; enable esc and ctrl-z to cancel drawing in calligraphicbulia byak2007-03-032-2/+2
| | | (bzr r2526)
* rename flood to paintbucket, copyeditbulia byak2007-02-262-0/+12
| | | (bzr r2449)
* 1664055bulia byak2007-02-202-2/+4
| | | (bzr r2405)