-
Notifications
You must be signed in to change notification settings - Fork 427
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OSX ScreenShot feature added #324
Conversation
@bhaveshAn thanks for contributing, please add |
@@ -8,7 +8,7 @@ | |||
'compass', 'email', 'filechooser', 'flash', 'gps', 'gravity', | |||
'gyroscope', 'irblaster', 'light', 'orientation', 'notification', | |||
'proximity', 'sms', 'tts', 'uniqueid', 'vibrator', 'wifi', | |||
'temperature') | |||
'temperature', 'screenshot') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
screenshot will come between 'proximity' and 'sms'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@phunsukwangdu why, since temperature has been added after wifi.
plyer/facades/__init__.py
Outdated
@@ -10,7 +10,7 @@ | |||
'Compass', 'Email', 'FileChooser', 'GPS', 'Gravity', 'Gyroscope', | |||
'IrBlaster', 'Light', 'Orientation', 'Notification', 'Proximity', | |||
'Sms', 'TTS', 'UniqueID', 'Vibrator', 'Wifi', 'Flash', | |||
'Temperature') | |||
'Temperature', 'ScreenShot') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@phunsukwangdu I think it is not much necessary.
@KeyWeeUsr Please review this PR. Changed the |
No description provided.