Post #1649: ![](https://blenderartists.org/user_avatar/blenderartists.org/anphung/48/39426_2

📋 Metadata

  • Author: roaoao
  • Date: 2018-11-11 09:21:34
  • Type: answer
  • Quality Score: 8/10
  • Reply to: post_01648

🏷️ Tags

hotkeys beginner solved

  • Python Scripting
  • Hotkey Configuration

💬 Content

anphung:

Where can I find more of these commands?

You can find short paths in python tooltips. Eg: UserPreferencesInput.view_rotate_method.
To enable python tooltips go to File - User Preferences - Interface - Python Tooltips.

Here is a list of full paths for user preferences:

UserPreferences - C.user_preferences
UserPreferencesEdit - C.user_preferences.edit
UserPreferencesFilePaths - C.user_preferences.filepaths
UserPreferencesInput - C.user_preferences.inputs
UserPreferencesSystem - C.user_preferences.system
UserPreferencesView - C.user_preferences.view

❤️ 3 likes


🔗 View on Blender Artists