-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
[Feature request] [Very low priority] F13 Print Screen #45
Comments
Ive tried it a couple months ago. Its not possible for a sandbox application to start another application ( for secure purpose ). |
@MSzturc Using Maybe @igorkulman can tell more. |
If get it you are looking for a way to programmatically make a screenshot? This captures the main display as image let displayId = CGMainDisplayID()
let image = CGDisplayCreateImage(displayId) I tried it and it works, just asks the user to allow the app to take screenshot the first time on Catalina. |
@igorkulman Thanks, how come i didn't noticed it ...
|
@MSzturc Do you think that there should be menu item for it? Also what would be ideal format for filename? Screenshot, Snímek obrazovky, etc. is completely unnecessary and would complicate translation ( Even that NSLocalizedString could be used ) of this function so I think we should not include that. There are also differences between 24 and 12 hour format |
@MSzturc Current progress
|
@MSzturc |
@bdragonh You would need to assign F13 to screenshot in keyboard preferences or use Thinkpad Assistant build with #46 included. |
Thank you. The screen print key is working.
…-------- 原始邮件 --------
发件人: Vojtěch Jungmann <[email protected]>
日期: 2020年9月13日周日 23:17
收件人: MSzturc/ThinkpadAssistant <[email protected]>
抄送: bdragonh <[email protected]>, Comment <[email protected]>
主 题: Re: [MSzturc/ThinkpadAssistant] [Feature request] [Very low priority] F13 Print Screen (#45)
https://github.com/EETagent/T480-OpenCore-Hackintosh/blob/1af92e1805b3aa62b9c9cdda3af61dc02997be5e/Other/Disassembled%20ACPI/SSDT-KBRD.dsl#L283
―
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#45 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AJBELGSPFFBH3IVTDLT2EYTSFTPA5ANCNFSM4QDNX7XQ>.
|
Hi, as many of us have PrtSc mapped as a F13 and F13 assigned to fullscreen screenshot in keyboard settings, it may be a good idea to implement this into the Thinkpad Assistant so Cmd + Shift + 3 could be preserved for more native macOS experience.
The text was updated successfully, but these errors were encountered: