summaryrefslogtreecommitdiffstats
path: root/share/keys (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename keys name within the fileJosh Andler2012-11-201-1/+1
| | | (bzr r11886)
* keys: merge duplicate entriessu_v2012-10-142-8/+6
| | | (bzr r11795)
* Fix for 171221 : color panel improvementsJohn Smith2012-10-142-0/+6
| | | (bzr r11793)
* Add symbols dialog. See: http://wiki.inkscape.org/wiki/index.php/SymbolsDialogTavmjong Bah2012-10-112-0/+6
| | | (bzr r11782)
* Update default keymap to include most of the new verbsadded in trunk, sync ↵su_v2012-10-112-30/+88
| | | | | inkscape.xml (bzr r11780)
* add stubs for layer verbs to default keymap file, keep default.xml and ↵su_v2012-10-092-1/+47
| | | | | inkscape.xml in sync (bzr r11766)
* Fix for 189535 : Change shortcut key for Horizontal align to Ctrl+Alt+tJohn Smith2012-09-041-2/+2
| | | (bzr r11650)
* Fix for 171915 : Fullscreen mode without toolbars shortcutJohn Smith2012-08-281-0/+1
| | | (bzr r11628)
* Fix for 189535 : align verbs and by keysJohn Smith2012-08-181-1/+24
| | | (bzr r11611)
* Shortcuts. Fix for Bug #1035903 (adobe-illustrator-cs2 contains multiple ↵Nicolas Dufour2012-08-173-11/+26
| | | | | display=true for EditPaste). (bzr r11609)
* Fix for 722625 : Select Same by Object TypeJohn Smith2012-07-251-0/+3
| | | (bzr r11573)
* Shortcuts. Fix for Bug #167796 (zoom keys (shortcuts) 3,4,6 on numeric pad ↵Nicolas Dufour2012-07-102-1/+5
| | | | | not working). (bzr r11537)
* Patch for bug #728081 (Keyboard shortcut - Lock current layer).Nicolas Dufour2012-07-052-0/+6
| | | (bzr r11528)
* Fix for bug #1001446 (export bitmap hotkey)Nicolas Dufour2012-07-052-4/+4
| | | (bzr r11527)
* 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)