How do I set a shortcut to screenshot a selected area?
In gnome's screen shot program, the quick keys PrtScn captures the entire screen and alt+PrtScn captures the active window. Is there a way to script or set up the third capture option of a selected area?
Update: I don't seem to have this key already mapped...
12.04 gnome shortcut-keys screenshot
add a comment |
In gnome's screen shot program, the quick keys PrtScn captures the entire screen and alt+PrtScn captures the active window. Is there a way to script or set up the third capture option of a selected area?
Update: I don't seem to have this key already mapped...
12.04 gnome shortcut-keys screenshot
2
Which Ubuntu version?
– ish
Jul 31 '12 at 14:52
5
in 16.04 There is already a short cut of shift-print
– Christian Bongiorno
Mar 16 '16 at 21:13
This question was for 12.04. (It was a tag)
– Rick
Mar 16 '16 at 21:42
add a comment |
In gnome's screen shot program, the quick keys PrtScn captures the entire screen and alt+PrtScn captures the active window. Is there a way to script or set up the third capture option of a selected area?
Update: I don't seem to have this key already mapped...
12.04 gnome shortcut-keys screenshot
In gnome's screen shot program, the quick keys PrtScn captures the entire screen and alt+PrtScn captures the active window. Is there a way to script or set up the third capture option of a selected area?
Update: I don't seem to have this key already mapped...
12.04 gnome shortcut-keys screenshot
12.04 gnome shortcut-keys screenshot
edited Jan 22 '16 at 15:17
Rick
asked Jul 30 '12 at 20:22
RickRick
97251632
97251632
2
Which Ubuntu version?
– ish
Jul 31 '12 at 14:52
5
in 16.04 There is already a short cut of shift-print
– Christian Bongiorno
Mar 16 '16 at 21:13
This question was for 12.04. (It was a tag)
– Rick
Mar 16 '16 at 21:42
add a comment |
2
Which Ubuntu version?
– ish
Jul 31 '12 at 14:52
5
in 16.04 There is already a short cut of shift-print
– Christian Bongiorno
Mar 16 '16 at 21:13
This question was for 12.04. (It was a tag)
– Rick
Mar 16 '16 at 21:42
2
2
Which Ubuntu version?
– ish
Jul 31 '12 at 14:52
Which Ubuntu version?
– ish
Jul 31 '12 at 14:52
5
5
in 16.04 There is already a short cut of shift-print
– Christian Bongiorno
Mar 16 '16 at 21:13
in 16.04 There is already a short cut of shift-print
– Christian Bongiorno
Mar 16 '16 at 21:13
This question was for 12.04. (It was a tag)
– Rick
Mar 16 '16 at 21:42
This question was for 12.04. (It was a tag)
– Rick
Mar 16 '16 at 21:42
add a comment |
5 Answers
5
active
oldest
votes
- Open System Settings -> Keyboard -> Shortcuts
- Select Custom Shortcuts(you can go to Screenshot-s too and it will work)
- Click +
- Fill fields
Name toTake a screenshot of area
Command tognome-screenshot -a
orshutter -s
(if u prefer shutter)
- Click OK
- Double-click on what you make and set shortcut Shift+PrtSc
— And that's all ... ;)
How should I do this on Lubuntu 12.04 ?
– Neptunno
Jul 31 '12 at 16:51
open Sistem Settings -> Keyboard settings and follow steps @Halkinn, or go to chat and say what you can't get
– hingev
Jul 31 '12 at 16:54
3
Ubuntu 12.04 has this shortcut built in out of the box now as per the answer below.
– sjakubowski
Jun 11 '14 at 18:30
In Linux Mint, it'sPreferences -> KeyboardShortcuts
, and the command you need ismate-screenshot -a
– Gordon Williams
Oct 31 '16 at 19:14
Been a long time but theres a shortcut for this in Ubuntu 14.04 its 'ctrl+shift+prntscrn' hope this helps.
– Josyula Krishna
Apr 9 '17 at 17:17
|
show 2 more comments
That shortcut is already built-in: Shift+PrtScr :)
The full-list of screenshot keyboard shortcuts is:
2
Thanks, but I don't seem to have that. Would you mind posting a screen shot of which command this is mapped to? I've included a screen shot of mine above in the update.
– Rick
Jul 31 '12 at 14:49
1
Found it: gnome-screenshot -a
– Rick
Jul 31 '12 at 14:57
1
that is only in ubuntu 12.04+, and @Richard i have posted answer
– hingev
Jul 31 '12 at 15:03
7
Also works on Ubuntu 14.04
– Yehonatan Tsirolnik
Jun 11 '14 at 15:19
1
Just to report in, this still works in Ubuntu 16.04 :)
– Jeff McJunkin
Jun 8 '16 at 21:04
|
show 2 more comments
While to above answers worked for me in Ubuntu; after switching to Lubuntu I noticed that the ShiftPrtScn was no longer working.
The following procedure fixed it for me. Since in Lubuntu the program scrot
is used, I found that I had to add the following to the ~/.config/openbox/lubuntu-rc.xml
:
<!-- Launch scrot with interactive select when Shift-Print is pressed -->
<keybind key="S-Print">
<action name="Execute">
<command>scrot -s</command>
</action>
</keybind>
After the change do not forget to issue: openbox --reconfigure
to activate the updates.
See the Lubuntu documentation for more details.
add a comment |
you can try this command from terminal if you have a problem with shortcuts.
sleep 5 && gnome-screenshot -a -c
Now open the window you want to take screenshot from and select the area after 5 seconds after the command execution.
sleep 5
makes the terminal waits 5 seconds before executing the command so you can go to the window you want within this while
gnome-screenshot -a -c
takes screenshot of an area and copy it to clipboard.
add a comment |
For xubuntu and xfce users:
Run Keyboard
app from the launcher menu, go to Application Shortcuts
, check current action for Print
, if it's xfce4-screenshooter -f
:
- add a new action:
xfce4-screenshooter -r
- Set Shift+PrtScn for it
- Check
- Enjoy
If it's not xfce4-screenshooter
- check the current tool how to run it in the "region screenshot" mode
A suggestion to add this to the default xubuntu package: bugs.launchpad.net/ubuntu/+source/xubuntu-default-settings/+bug/…
– Ilya Sheershoff
Jan 17 at 15:56
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f170163%2fhow-do-i-set-a-shortcut-to-screenshot-a-selected-area%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
5 Answers
5
active
oldest
votes
5 Answers
5
active
oldest
votes
active
oldest
votes
active
oldest
votes
- Open System Settings -> Keyboard -> Shortcuts
- Select Custom Shortcuts(you can go to Screenshot-s too and it will work)
- Click +
- Fill fields
Name toTake a screenshot of area
Command tognome-screenshot -a
orshutter -s
(if u prefer shutter)
- Click OK
- Double-click on what you make and set shortcut Shift+PrtSc
— And that's all ... ;)
How should I do this on Lubuntu 12.04 ?
– Neptunno
Jul 31 '12 at 16:51
open Sistem Settings -> Keyboard settings and follow steps @Halkinn, or go to chat and say what you can't get
– hingev
Jul 31 '12 at 16:54
3
Ubuntu 12.04 has this shortcut built in out of the box now as per the answer below.
– sjakubowski
Jun 11 '14 at 18:30
In Linux Mint, it'sPreferences -> KeyboardShortcuts
, and the command you need ismate-screenshot -a
– Gordon Williams
Oct 31 '16 at 19:14
Been a long time but theres a shortcut for this in Ubuntu 14.04 its 'ctrl+shift+prntscrn' hope this helps.
– Josyula Krishna
Apr 9 '17 at 17:17
|
show 2 more comments
- Open System Settings -> Keyboard -> Shortcuts
- Select Custom Shortcuts(you can go to Screenshot-s too and it will work)
- Click +
- Fill fields
Name toTake a screenshot of area
Command tognome-screenshot -a
orshutter -s
(if u prefer shutter)
- Click OK
- Double-click on what you make and set shortcut Shift+PrtSc
— And that's all ... ;)
How should I do this on Lubuntu 12.04 ?
– Neptunno
Jul 31 '12 at 16:51
open Sistem Settings -> Keyboard settings and follow steps @Halkinn, or go to chat and say what you can't get
– hingev
Jul 31 '12 at 16:54
3
Ubuntu 12.04 has this shortcut built in out of the box now as per the answer below.
– sjakubowski
Jun 11 '14 at 18:30
In Linux Mint, it'sPreferences -> KeyboardShortcuts
, and the command you need ismate-screenshot -a
– Gordon Williams
Oct 31 '16 at 19:14
Been a long time but theres a shortcut for this in Ubuntu 14.04 its 'ctrl+shift+prntscrn' hope this helps.
– Josyula Krishna
Apr 9 '17 at 17:17
|
show 2 more comments
- Open System Settings -> Keyboard -> Shortcuts
- Select Custom Shortcuts(you can go to Screenshot-s too and it will work)
- Click +
- Fill fields
Name toTake a screenshot of area
Command tognome-screenshot -a
orshutter -s
(if u prefer shutter)
- Click OK
- Double-click on what you make and set shortcut Shift+PrtSc
— And that's all ... ;)
- Open System Settings -> Keyboard -> Shortcuts
- Select Custom Shortcuts(you can go to Screenshot-s too and it will work)
- Click +
- Fill fields
Name toTake a screenshot of area
Command tognome-screenshot -a
orshutter -s
(if u prefer shutter)
- Click OK
- Double-click on what you make and set shortcut Shift+PrtSc
— And that's all ... ;)
edited Jun 20 '14 at 8:29
rubo77
14.7k2993199
14.7k2993199
answered Jul 31 '12 at 14:57
hingevhingev
4,91443057
4,91443057
How should I do this on Lubuntu 12.04 ?
– Neptunno
Jul 31 '12 at 16:51
open Sistem Settings -> Keyboard settings and follow steps @Halkinn, or go to chat and say what you can't get
– hingev
Jul 31 '12 at 16:54
3
Ubuntu 12.04 has this shortcut built in out of the box now as per the answer below.
– sjakubowski
Jun 11 '14 at 18:30
In Linux Mint, it'sPreferences -> KeyboardShortcuts
, and the command you need ismate-screenshot -a
– Gordon Williams
Oct 31 '16 at 19:14
Been a long time but theres a shortcut for this in Ubuntu 14.04 its 'ctrl+shift+prntscrn' hope this helps.
– Josyula Krishna
Apr 9 '17 at 17:17
|
show 2 more comments
How should I do this on Lubuntu 12.04 ?
– Neptunno
Jul 31 '12 at 16:51
open Sistem Settings -> Keyboard settings and follow steps @Halkinn, or go to chat and say what you can't get
– hingev
Jul 31 '12 at 16:54
3
Ubuntu 12.04 has this shortcut built in out of the box now as per the answer below.
– sjakubowski
Jun 11 '14 at 18:30
In Linux Mint, it'sPreferences -> KeyboardShortcuts
, and the command you need ismate-screenshot -a
– Gordon Williams
Oct 31 '16 at 19:14
Been a long time but theres a shortcut for this in Ubuntu 14.04 its 'ctrl+shift+prntscrn' hope this helps.
– Josyula Krishna
Apr 9 '17 at 17:17
How should I do this on Lubuntu 12.04 ?
– Neptunno
Jul 31 '12 at 16:51
How should I do this on Lubuntu 12.04 ?
– Neptunno
Jul 31 '12 at 16:51
open Sistem Settings -> Keyboard settings and follow steps @Halkinn, or go to chat and say what you can't get
– hingev
Jul 31 '12 at 16:54
open Sistem Settings -> Keyboard settings and follow steps @Halkinn, or go to chat and say what you can't get
– hingev
Jul 31 '12 at 16:54
3
3
Ubuntu 12.04 has this shortcut built in out of the box now as per the answer below.
– sjakubowski
Jun 11 '14 at 18:30
Ubuntu 12.04 has this shortcut built in out of the box now as per the answer below.
– sjakubowski
Jun 11 '14 at 18:30
In Linux Mint, it's
Preferences -> KeyboardShortcuts
, and the command you need is mate-screenshot -a
– Gordon Williams
Oct 31 '16 at 19:14
In Linux Mint, it's
Preferences -> KeyboardShortcuts
, and the command you need is mate-screenshot -a
– Gordon Williams
Oct 31 '16 at 19:14
Been a long time but theres a shortcut for this in Ubuntu 14.04 its 'ctrl+shift+prntscrn' hope this helps.
– Josyula Krishna
Apr 9 '17 at 17:17
Been a long time but theres a shortcut for this in Ubuntu 14.04 its 'ctrl+shift+prntscrn' hope this helps.
– Josyula Krishna
Apr 9 '17 at 17:17
|
show 2 more comments
That shortcut is already built-in: Shift+PrtScr :)
The full-list of screenshot keyboard shortcuts is:
2
Thanks, but I don't seem to have that. Would you mind posting a screen shot of which command this is mapped to? I've included a screen shot of mine above in the update.
– Rick
Jul 31 '12 at 14:49
1
Found it: gnome-screenshot -a
– Rick
Jul 31 '12 at 14:57
1
that is only in ubuntu 12.04+, and @Richard i have posted answer
– hingev
Jul 31 '12 at 15:03
7
Also works on Ubuntu 14.04
– Yehonatan Tsirolnik
Jun 11 '14 at 15:19
1
Just to report in, this still works in Ubuntu 16.04 :)
– Jeff McJunkin
Jun 8 '16 at 21:04
|
show 2 more comments
That shortcut is already built-in: Shift+PrtScr :)
The full-list of screenshot keyboard shortcuts is:
2
Thanks, but I don't seem to have that. Would you mind posting a screen shot of which command this is mapped to? I've included a screen shot of mine above in the update.
– Rick
Jul 31 '12 at 14:49
1
Found it: gnome-screenshot -a
– Rick
Jul 31 '12 at 14:57
1
that is only in ubuntu 12.04+, and @Richard i have posted answer
– hingev
Jul 31 '12 at 15:03
7
Also works on Ubuntu 14.04
– Yehonatan Tsirolnik
Jun 11 '14 at 15:19
1
Just to report in, this still works in Ubuntu 16.04 :)
– Jeff McJunkin
Jun 8 '16 at 21:04
|
show 2 more comments
That shortcut is already built-in: Shift+PrtScr :)
The full-list of screenshot keyboard shortcuts is:
That shortcut is already built-in: Shift+PrtScr :)
The full-list of screenshot keyboard shortcuts is:
answered Jul 30 '12 at 20:43
ishish
115k29265293
115k29265293
2
Thanks, but I don't seem to have that. Would you mind posting a screen shot of which command this is mapped to? I've included a screen shot of mine above in the update.
– Rick
Jul 31 '12 at 14:49
1
Found it: gnome-screenshot -a
– Rick
Jul 31 '12 at 14:57
1
that is only in ubuntu 12.04+, and @Richard i have posted answer
– hingev
Jul 31 '12 at 15:03
7
Also works on Ubuntu 14.04
– Yehonatan Tsirolnik
Jun 11 '14 at 15:19
1
Just to report in, this still works in Ubuntu 16.04 :)
– Jeff McJunkin
Jun 8 '16 at 21:04
|
show 2 more comments
2
Thanks, but I don't seem to have that. Would you mind posting a screen shot of which command this is mapped to? I've included a screen shot of mine above in the update.
– Rick
Jul 31 '12 at 14:49
1
Found it: gnome-screenshot -a
– Rick
Jul 31 '12 at 14:57
1
that is only in ubuntu 12.04+, and @Richard i have posted answer
– hingev
Jul 31 '12 at 15:03
7
Also works on Ubuntu 14.04
– Yehonatan Tsirolnik
Jun 11 '14 at 15:19
1
Just to report in, this still works in Ubuntu 16.04 :)
– Jeff McJunkin
Jun 8 '16 at 21:04
2
2
Thanks, but I don't seem to have that. Would you mind posting a screen shot of which command this is mapped to? I've included a screen shot of mine above in the update.
– Rick
Jul 31 '12 at 14:49
Thanks, but I don't seem to have that. Would you mind posting a screen shot of which command this is mapped to? I've included a screen shot of mine above in the update.
– Rick
Jul 31 '12 at 14:49
1
1
Found it: gnome-screenshot -a
– Rick
Jul 31 '12 at 14:57
Found it: gnome-screenshot -a
– Rick
Jul 31 '12 at 14:57
1
1
that is only in ubuntu 12.04+, and @Richard i have posted answer
– hingev
Jul 31 '12 at 15:03
that is only in ubuntu 12.04+, and @Richard i have posted answer
– hingev
Jul 31 '12 at 15:03
7
7
Also works on Ubuntu 14.04
– Yehonatan Tsirolnik
Jun 11 '14 at 15:19
Also works on Ubuntu 14.04
– Yehonatan Tsirolnik
Jun 11 '14 at 15:19
1
1
Just to report in, this still works in Ubuntu 16.04 :)
– Jeff McJunkin
Jun 8 '16 at 21:04
Just to report in, this still works in Ubuntu 16.04 :)
– Jeff McJunkin
Jun 8 '16 at 21:04
|
show 2 more comments
While to above answers worked for me in Ubuntu; after switching to Lubuntu I noticed that the ShiftPrtScn was no longer working.
The following procedure fixed it for me. Since in Lubuntu the program scrot
is used, I found that I had to add the following to the ~/.config/openbox/lubuntu-rc.xml
:
<!-- Launch scrot with interactive select when Shift-Print is pressed -->
<keybind key="S-Print">
<action name="Execute">
<command>scrot -s</command>
</action>
</keybind>
After the change do not forget to issue: openbox --reconfigure
to activate the updates.
See the Lubuntu documentation for more details.
add a comment |
While to above answers worked for me in Ubuntu; after switching to Lubuntu I noticed that the ShiftPrtScn was no longer working.
The following procedure fixed it for me. Since in Lubuntu the program scrot
is used, I found that I had to add the following to the ~/.config/openbox/lubuntu-rc.xml
:
<!-- Launch scrot with interactive select when Shift-Print is pressed -->
<keybind key="S-Print">
<action name="Execute">
<command>scrot -s</command>
</action>
</keybind>
After the change do not forget to issue: openbox --reconfigure
to activate the updates.
See the Lubuntu documentation for more details.
add a comment |
While to above answers worked for me in Ubuntu; after switching to Lubuntu I noticed that the ShiftPrtScn was no longer working.
The following procedure fixed it for me. Since in Lubuntu the program scrot
is used, I found that I had to add the following to the ~/.config/openbox/lubuntu-rc.xml
:
<!-- Launch scrot with interactive select when Shift-Print is pressed -->
<keybind key="S-Print">
<action name="Execute">
<command>scrot -s</command>
</action>
</keybind>
After the change do not forget to issue: openbox --reconfigure
to activate the updates.
See the Lubuntu documentation for more details.
While to above answers worked for me in Ubuntu; after switching to Lubuntu I noticed that the ShiftPrtScn was no longer working.
The following procedure fixed it for me. Since in Lubuntu the program scrot
is used, I found that I had to add the following to the ~/.config/openbox/lubuntu-rc.xml
:
<!-- Launch scrot with interactive select when Shift-Print is pressed -->
<keybind key="S-Print">
<action name="Execute">
<command>scrot -s</command>
</action>
</keybind>
After the change do not forget to issue: openbox --reconfigure
to activate the updates.
See the Lubuntu documentation for more details.
edited Feb 7 '16 at 6:42
muru
1
1
answered Feb 7 '16 at 5:51
LinuxLoverLinuxLover
6113
6113
add a comment |
add a comment |
you can try this command from terminal if you have a problem with shortcuts.
sleep 5 && gnome-screenshot -a -c
Now open the window you want to take screenshot from and select the area after 5 seconds after the command execution.
sleep 5
makes the terminal waits 5 seconds before executing the command so you can go to the window you want within this while
gnome-screenshot -a -c
takes screenshot of an area and copy it to clipboard.
add a comment |
you can try this command from terminal if you have a problem with shortcuts.
sleep 5 && gnome-screenshot -a -c
Now open the window you want to take screenshot from and select the area after 5 seconds after the command execution.
sleep 5
makes the terminal waits 5 seconds before executing the command so you can go to the window you want within this while
gnome-screenshot -a -c
takes screenshot of an area and copy it to clipboard.
add a comment |
you can try this command from terminal if you have a problem with shortcuts.
sleep 5 && gnome-screenshot -a -c
Now open the window you want to take screenshot from and select the area after 5 seconds after the command execution.
sleep 5
makes the terminal waits 5 seconds before executing the command so you can go to the window you want within this while
gnome-screenshot -a -c
takes screenshot of an area and copy it to clipboard.
you can try this command from terminal if you have a problem with shortcuts.
sleep 5 && gnome-screenshot -a -c
Now open the window you want to take screenshot from and select the area after 5 seconds after the command execution.
sleep 5
makes the terminal waits 5 seconds before executing the command so you can go to the window you want within this while
gnome-screenshot -a -c
takes screenshot of an area and copy it to clipboard.
answered Aug 27 '17 at 8:24
Mahmoud S. MarwadMahmoud S. Marwad
174217
174217
add a comment |
add a comment |
For xubuntu and xfce users:
Run Keyboard
app from the launcher menu, go to Application Shortcuts
, check current action for Print
, if it's xfce4-screenshooter -f
:
- add a new action:
xfce4-screenshooter -r
- Set Shift+PrtScn for it
- Check
- Enjoy
If it's not xfce4-screenshooter
- check the current tool how to run it in the "region screenshot" mode
A suggestion to add this to the default xubuntu package: bugs.launchpad.net/ubuntu/+source/xubuntu-default-settings/+bug/…
– Ilya Sheershoff
Jan 17 at 15:56
add a comment |
For xubuntu and xfce users:
Run Keyboard
app from the launcher menu, go to Application Shortcuts
, check current action for Print
, if it's xfce4-screenshooter -f
:
- add a new action:
xfce4-screenshooter -r
- Set Shift+PrtScn for it
- Check
- Enjoy
If it's not xfce4-screenshooter
- check the current tool how to run it in the "region screenshot" mode
A suggestion to add this to the default xubuntu package: bugs.launchpad.net/ubuntu/+source/xubuntu-default-settings/+bug/…
– Ilya Sheershoff
Jan 17 at 15:56
add a comment |
For xubuntu and xfce users:
Run Keyboard
app from the launcher menu, go to Application Shortcuts
, check current action for Print
, if it's xfce4-screenshooter -f
:
- add a new action:
xfce4-screenshooter -r
- Set Shift+PrtScn for it
- Check
- Enjoy
If it's not xfce4-screenshooter
- check the current tool how to run it in the "region screenshot" mode
For xubuntu and xfce users:
Run Keyboard
app from the launcher menu, go to Application Shortcuts
, check current action for Print
, if it's xfce4-screenshooter -f
:
- add a new action:
xfce4-screenshooter -r
- Set Shift+PrtScn for it
- Check
- Enjoy
If it's not xfce4-screenshooter
- check the current tool how to run it in the "region screenshot" mode
edited Jan 17 at 22:03
answered Jan 17 at 15:55
Ilya SheershoffIlya Sheershoff
419
419
A suggestion to add this to the default xubuntu package: bugs.launchpad.net/ubuntu/+source/xubuntu-default-settings/+bug/…
– Ilya Sheershoff
Jan 17 at 15:56
add a comment |
A suggestion to add this to the default xubuntu package: bugs.launchpad.net/ubuntu/+source/xubuntu-default-settings/+bug/…
– Ilya Sheershoff
Jan 17 at 15:56
A suggestion to add this to the default xubuntu package: bugs.launchpad.net/ubuntu/+source/xubuntu-default-settings/+bug/…
– Ilya Sheershoff
Jan 17 at 15:56
A suggestion to add this to the default xubuntu package: bugs.launchpad.net/ubuntu/+source/xubuntu-default-settings/+bug/…
– Ilya Sheershoff
Jan 17 at 15:56
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f170163%2fhow-do-i-set-a-shortcut-to-screenshot-a-selected-area%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
2
Which Ubuntu version?
– ish
Jul 31 '12 at 14:52
5
in 16.04 There is already a short cut of shift-print
– Christian Bongiorno
Mar 16 '16 at 21:13
This question was for 12.04. (It was a tag)
– Rick
Mar 16 '16 at 21:42