
Home: Changes the look-at point to the selected object: Alt + Shift + middle mouse button click: Sets the camera point of view: Alt + Shift + click : Mimics the movement of walking through the scene, without changing the height of the camera. So you could for example bind if your program needed to be that elaborate. Ctrl + Shift + right-click: Based on your selection mode, focuses the camera on the center of the selection. Triple Like Double, but specifies three events in rapid succession.

Id like a way to name the click act that is semantic and OS-agnostic, but cant find anything. At this point you can hold CTRL+ALT to change the shortcut to whatever you want by just clicking on the brush and then click your new shortcut. Shift-click lets you select a range of elements and ctrl-click lets you toggle the selection of single elements in the set.

Shift True when the user is holding down the shift key. Viewed 459 times 0 Im implementing something that uses shift-click and ctrl-click (cmd on the Mac) in the normal way. Then click on the little arrow at the very end and select More Commands. Lock True when the user has pressed shift lock. Find your QAT (hit Alt and let go and see where the 1, 2, 3, 4 are - thats youre QAT). For example, describes two presses of button 1 in rapid succession. For example, the event pattern '' applies to the pressing of any key.Ĭontrol True when the user is holding the control key down.ĭouble Specifies two events happening close together in time. I would normally link to but it seems to be down at the moment, basically there are a few modifiers that can be used in combination with Button or Key: Alt True when the user is holding the alt key down.Īny This modifier generalizes an event type. Youre having issues because of the order of your conditions.
#SHIFT CLICK COMMAND E MOD#
The 2nd one you posted says mod ctrl or mod shift. mod:ctrlshift is working as intended for me. I use all combinations you display above and some on my own and still Shift+Ctrl as a modifier doesnt work. This can be done in addition to and you may want to also bind for compatibility. mod:ctrlshift mod:ctrl/shift mod:lctrlshift and so on. This offers options to hold down keys across multiple commands. You can also use key combinations during. You can just use: self.bind("",self.flag) click () command may also be fired with key modifiers in order to simulate holding key combinations while clicking, such as ALT + click.
