Searched refs:alt (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/ui/tools/ |
H A D | select-tool.cpp | 557 // if it's not click and ctrl or alt was pressed (the latter with some selection 582 // drag only if starting from an item, or if something is already grabbed, or if alt-dragging 615 } // otherwise, do not change selection so that dragging selected-within-group items, as well as alt-dragging, is possible 731 // this was a shift+click or alt+shift+click, select what was clicked upon 750 } else if ((this->button_press_ctrl || this->button_press_alt) && !rb_escaped && !drag_escaped) { // ctrl+click, alt+click 801 if (scroll_event->state & GDK_MOD1_MASK) { // alt modified pressed 900 bool alt = ( MOD__ALT(event) local 911 if (alt) { 926 if (alt && !selection->isEmpty() && !desktop->isWaitingCursor()) { 946 if (MOD__ALT(event)) { // alt 1176 bool alt = ( MOD__ALT(event) local [all...] |
H A D | tool-base.cpp | 1111 bool alt = alt_tip && (MOD__ALT(event) || (keyval == GDK_KEY_Alt_L) || (keyval local 1115 && (shift || alt) ? "; " : ""), (shift ? shift_tip : ""), ((ctrl 1116 || shift) && alt ? "; " : ""), (alt ? alt_tip : "")); 1146 * If state includes alt key mask, cyclically selects under; honors
|
/inkscape/src/extension/internal/ |
H A D | text_reassemble.c | 876 ALT_SPECS alt; local 878 alt.fi_idx = fi_idx; 879 alt.weight = 1; /* new ones start with this weight, it can only go up */ 881 fsp->alts[fsp->used] = alt; 895 ALT_SPECS alt; local 906 alt = fsp->alts[i-1]; 908 fsp->alts[a_idx] = alt;
|
/inkscape/src/ |
H A D | seltrans.cpp | 1356 bool const alt = (state & GDK_MOD1_MASK); local 1368 if (alt) {// Alt pressed means: move only by integer multiples of the grid spacing
|
Completed in 2180 milliseconds