Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #57126
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <rosuav@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.127 |
| X-Spam-Level | * |
| X-Spam-Evidence | '*H*': 0.75; '*S*': 0.00; 'mehta': 0.09; 'exist.': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'shortcut': 0.16; 'wrote:': 0.18; 'bit': 0.19; 'command': 0.22; 'otherwise,': 0.22; 'url:moin': 0.24; 'header:In-Reply-To:1': 0.27; 'on,': 0.29; 'am,': 0.29; "doesn't": 0.30; 'message- id:@mail.gmail.com': 0.30; 'url:wiki': 0.31; 'directly,': 0.31; 'own,': 0.31; 'url:python': 0.33; 'link.': 0.33; 'maybe': 0.34; 'problem.': 0.35; 'something': 0.35; 'received:google.com': 0.35; 'add': 0.35; 'interaction': 0.36; 'url:org': 0.36; 'to:addr :python-list': 0.38; 'little': 0.38; 'to:addr:python.org': 0.39; 'read': 0.60; 'entire': 0.61; "you're": 0.61; 'name': 0.63; 'grab': 0.64; '20,': 0.68; 'snapshot': 0.84; 'tricky': 0.84; '2013': 0.98 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=eNvrftMisWCsnfLvJBtqqINCWp+SYBstXMMNCVNf418=; b=Wm9APsFpX4VE2mpCAA5mG/2I1grvtXWI4Jg454V5Qyx61b1OA9wYlCqbkXUvEoekmb 1EgU6aEPkkgkoG2G1Gq5A9dwVDt49hfr6aZx/wi9kH2Bkhl8iXEtMnF44HDpS3QQFS8z m32MIZkHEwuHcNG1DK6NUYPxAy5TIWVH/1XUcON9BZtgR6FhE1se0g8vlTr1pRuVWjw7 Z8xwpQ7QYmlVcjjqFVsp8xNRVPqd/mJFmVtpaVHbW8O9+U4qhDqvHwYENUA7DggsvVw8 0DrXbshI3olyBhUAbeam2xSymrtG/MBuk9NN6SxCU0isov+AvQeO60AQx/d3UW91TGH6 iXTw== |
| MIME-Version | 1.0 |
| X-Received | by 10.68.219.104 with SMTP id pn8mr9890842pbc.81.1382222198732; Sat, 19 Oct 2013 15:36:38 -0700 (PDT) |
| In-Reply-To | <22861e2f-50f2-4d74-9024-53caec5570fa@googlegroups.com> |
| References | <22861e2f-50f2-4d74-9024-53caec5570fa@googlegroups.com> |
| Date | Sun, 20 Oct 2013 09:36:38 +1100 |
| Subject | Re: Screenshots in Mac OS X |
| From | Chris Angelico <rosuav@gmail.com> |
| To | python-list@python.org |
| Content-Type | text/plain; charset=ISO-8859-1 |
| Content-Transfer-Encoding | quoted-printable |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1273.1382222204.18130.python-list@python.org> (permalink) |
| Lines | 18 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1382222204 news.xs4all.nl 15960 [2001:888:2000:d::a6]:36510 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:57126 |
Show key headers only | View raw
On Sun, Oct 20, 2013 at 9:12 AM, Pratik Mehta <pratik.mehta13390@gmail.com> wrote: > Command + Shift + 5 ==> This one is a little bit tricky which I am looking for. This shortcut doesn't exist. I want to create one of my own, where it would grab the entire webpage's screenshot which I am currently working on, and store the name as the webpage's link. Sounds like a difficult thing to write from scratch. Can you find something off-the-shelf that takes a snapshot of your current window, and then maybe add some interaction with the web browser? Otherwise, you're poking around with screenshotting directly, which is very much a solved problem. Also, please read this before you reply: https://wiki.python.org/moin/GoogleGroupsPython ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Screenshots in Mac OS X Pratik Mehta <pratik.mehta13390@gmail.com> - 2013-10-19 15:12 -0700
Re: Screenshots in Mac OS X Chris Angelico <rosuav@gmail.com> - 2013-10-20 09:36 +1100
Re: Screenshots in Mac OS X Ned Deily <nad@acm.org> - 2013-10-19 15:42 -0700
Re: Screenshots in Mac OS X Pratik Mehta <pratik.mehta13390@gmail.com> - 2013-10-19 16:17 -0700
Re: Screenshots in Mac OS X Pratik Mehta <pratik.mehta13390@gmail.com> - 2013-10-22 13:15 -0700
Re: Screenshots in Mac OS X Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-10-22 21:30 +0100
Re: Screenshots in Mac OS X Pratik Mehta <pratik.mehta13390@gmail.com> - 2013-10-22 17:22 -0700
Re: Screenshots in Mac OS X Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-10-23 07:04 +0100
Re: Screenshots in Mac OS X Metallicow <metaliobovinus@gmail.com> - 2013-10-23 21:00 -0700
Re: Screenshots in Mac OS X John Gordon <gordon@panix.com> - 2013-10-22 21:50 +0000
Re: Screenshots in Mac OS X Pratik Mehta <pratik.mehta13390@gmail.com> - 2013-10-22 17:14 -0700
Re: Screenshots in Mac OS X Kevin Walzer <kw@codebykevin.com> - 2013-10-22 18:08 -0400
Re: Screenshots in Mac OS X Kevin Walzer <kw@codebykevin.com> - 2013-10-22 18:16 -0400
Re: Screenshots in Mac OS X Pratik Mehta <pratik.mehta13390@gmail.com> - 2013-10-22 17:19 -0700
Re: Screenshots in Mac OS X Kevin Walzer <kw@codebykevin.com> - 2013-10-22 21:06 -0400
csiph-web