diff options
| author | Martin Owens <doctormo@gmail.com> | 2013-06-25 15:56:37 +0000 |
|---|---|---|
| committer | Martin Owens <doctormo@gmail.com> | 2013-06-25 15:56:37 +0000 |
| commit | 0e23bb12f20c122c8985757d6e32ca3ebc075fb2 (patch) | |
| tree | 55fc5af3ea34e198ee1c4c438a010eb964e5b144 /src/event-context.cpp | |
| parent | Correctly ignore symbolic link to ltmain.sh (diff) | |
| parent | Removed hard coded keybinding from event-context.cpp and added the appropiate... (diff) | |
| download | inkscape-0e23bb12f20c122c8985757d6e32ca3ebc075fb2.tar.gz inkscape-0e23bb12f20c122c8985757d6e32ca3ebc075fb2.zip | |
Merge in: remove-hard-coded-toggle-dropper-keybinding
Fixed bugs:
- https://launchpad.net/bugs/180192
(bzr r12388)
Diffstat (limited to 'src/event-context.cpp')
| -rw-r--r-- | src/event-context.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/event-context.cpp b/src/event-context.cpp index 628380a2c..4bbb012e0 100644 --- a/src/event-context.cpp +++ b/src/event-context.cpp @@ -590,13 +590,6 @@ static gint sp_event_context_private_root_handler( ret = sp_shortcut_invoke(shortcut, desktop); break; - case GDK_KEY_D: - case GDK_KEY_d: - if (!MOD__SHIFT(event) && !MOD__CTRL(event) && !MOD__ALT(event)) { - sp_toggle_dropper(desktop); - ret = TRUE; - } - break; case GDK_KEY_Q: case GDK_KEY_q: if (desktop->quick_zoomed()) { |
