Skip to main content
Search type Search syntax
Tags [tag]
Exact "words here"
Author user:1234
user:me (yours)
Score score:3 (3+)
score:0 (none)
Answers answers:3 (3+)
answers:0 (none)
isaccepted:yes
hasaccepted:no
inquestion:1234
Views views:250
Code code:"if (foo != bar)"
Sections title:apples
body:"apples oranges"
URL url:"*.example.com"
Saves in:saves
Status closed:yes
duplicate:no
migrated:no
wiki:no
Types is:question
is:answer
Exclude -[tag]
-apples
For more details on advanced search visit our help page
Results tagged with
Search options answers only not deleted user 47

Questions pertaining to creating, editing or deleting shortcuts/hotkeys. Blender's keymap and input editor are accessible in User Preferences > Input.

32 votes

How to deselect using box select?

If using v2.68 (revision 57577+), you can do the following: Press B, Use LMB and drag to form the (de)selection rectangle, hold down Shift while releasing LMB.
zeffii's user avatar
  • 39.7k
5 votes
Accepted

Global keyboard shortcut to execute text editor script

If you are only going to re-executing this script when 3D View is open you might add the shortcut to 3D View (global). … I propose a different shortcut as alt+p is for showing the 'clear parent' menu, but it's up to you. At the end of this list.. …
zeffii's user avatar
  • 39.7k
3 votes
Accepted

Is it possible to assign a keyboard shortcut for toggling a preference?

However the general question deserves an answer too: How to assign a toggle shortcut to a preference. Make a new keyboard shortcut or re-appropriate a shortcut you don't use. …
zeffii's user avatar
  • 39.7k
9 votes

Short-cut for "cursor to selected"

Make a user-defined keyboard shortcut. I sacrifice the default shortcut for To Sphere (shift+alt+S) and made it bpy.ops.view3d.snap_cursor_to_selected() instead. …
zeffii's user avatar
  • 39.7k
2 votes
Accepted

Missing 'add shortcut' entry in addon

Unless someone knows a way around this, this seems to be the answer: Although it's convenient to use a new namespace for the operators of your addon, this does seem to break the Add Shortcut feature. … These will work: # bpy.ops.mesh bl_idname = "mesh.some_operator_name" # bpy.ops.object bl_idname = "object.some_operator_name" this will work functionally, but won't it show the Add Shortcut menu …
0 votes
Accepted

Is it possible to reload an image directly in the 3d view?

An ugly method (but possibly enough for your needs) If you just have a few images and they aren't giant. You can reload all images, (The update becomes visible after moving 3dview around a little) im …
zeffii's user avatar
  • 39.7k