Fix #104838: Modifier keys are not listed in "Is key Free" addon #104839

Merged
Pratik Borhade merged 5 commits from jmztn/blender-addons:jmztn-iskeyfree into main 2023-08-23 11:22:29 +02:00
Contributor

Ctrl, Alt, Shift keys are not listed in "List All Shortcuts".
"myitem.ctrl is True" is always False, when myitem.ctrl == 1.
It should be "myitem.ctrl == 1" and so on.

Ctrl, Alt, Shift keys are not listed in "List All Shortcuts". "myitem.ctrl is True" is always False, when myitem.ctrl == 1. It should be "myitem.ctrl == 1" and so on.
Jun Mizutani added 1 commit 2023-08-15 19:39:32 +02:00
Ctrl, Alt, Shift keys are not listed in "List All Shortcuts".
"myitem.ctrl is True"  is always False, when myitem.ctrl == 1.
It should be "myitem.ctrl == 1" and so on.
Jun Mizutani added 4 commits 2023-08-16 08:42:41 +02:00
Author
Contributor

I have attached images to clarify the effect of this patch.

I have attached images to clarify the effect of this patch.

Tagging here @antoniov, as he is mentioned as the author of this addon, he might be interested in reviewing these changes.

Tagging here @antoniov, as he is mentioned as the author of this addon, he might be interested in reviewing these changes.
Germano Cavalcante requested review from Antonio Vazquez 2023-08-22 16:24:14 +02:00
Antonio Vazquez approved these changes 2023-08-22 16:33:56 +02:00
Antonio Vazquez left a comment
Member

LGTM

LGTM
Pratik Borhade changed title from Fix : #104838 Ctrl, Alt, Shift keys are not listed in "Is key Free" addon to Fix #104838: Modifier keys are not listed in "Is key Free" addon 2023-08-23 11:16:31 +02:00
Pratik Borhade merged commit 4fe61805c6 into main 2023-08-23 11:22:29 +02:00
Member

Merged, thanks for the fix :)

Merged, thanks for the fix :)
Jun Mizutani deleted branch jmztn-iskeyfree 2023-10-21 15:09:01 +02:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
4 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#104839
No description provided.