General :: Ubuntu - Keyboard Shortcut Sometimes Does Not Display Desktop

Mar 24, 2011

When ctrl alt d or the icon on the bottom left corner is pressed, it sometimes doesn't show the desktop and instead restores hidden windows. Is there a way to access the desktop directly, without only one shortcut ? I was also wondering how useful are these hidden windows (sometimes, the icon in the application bar is bar after being idle for a while).

View 11 Replies


ADVERTISEMENT

Ubuntu :: Keyboard Shortcut For Moving A Window To A Specific Display

Feb 23, 2010

I noticed that while Compiz has every keyboard shortcut imaginable for moving windows between desktops, there's no shortcut for moving a window to a specific display when using dual monitors.

So far, I've found the best method is to use the command line automation tool: xdotool - [url]

Here's what I did:Test out the xdotool in a new terminal window using this command
Code:

This should move your terminal window 100 pixels in from the top left of the leftmost display.

Find out the top-left coordinates of your rightmost display by using the Nvidia X Server Settings tool in Main menu > Administration or via the terminal:

Code:

Go to X Server Display Configuration and click the rightmost Display in the layout section. Its position offset should be displayed in the position field. Make a note of these two numbers.

Create a script to move your window, either to the leftmost screen or the rightmost screen, using this code or similar:

Code:

Remember, the number at the end is an argument that denotes the display (1 for left, 2 for right). Assign a keyboard shortcut to your custom shortcut. Repeat for the right display. Now when you press the keyboard shortcut, the active window should be moved to either the left or right display!

View 9 Replies View Related

Ubuntu :: Keyboard Shortcut For Moving Window To Another Virtual Desktop?

Mar 18, 2011

In (Gnome) Ubuntu there is a keyboard shortcut Ctrl+Alt+Shift+(Up|Down|Left|Right) that allows the user to quickly move a window from one workspace to another. I've been looking for a similar way to accomplish this in (KDE) Kubuntu. I know that you can right-click on a window in the Task Manager and use "To Desktop" to move a window, but I'm just curious if the same thing can be accomplished with the keyboard.

View 4 Replies View Related

General :: Keyboard Shortcut To Cycle Through Windows?

Jun 22, 2011

On the Mac, I use Command + ` (the tilda) to cycle through windows in the current application (eg terminal or chrome). It's like alt + tab except only for the current application's windows. (possibly on compiz but without any flashy exposee like graphics)?

View 2 Replies View Related

General :: How To Dismiss Puplet Messages With Keyboard Shortcut

Jul 1, 2010

puplet is forever reminding me when it's time to run "yum update", which is fine, but I'm forced to click the little x to dismiss the dialog.Is there a keyboard shortcut or command that can dismiss it for me? I'm running GNOME 2.16.0 on RHEL5.

View 1 Replies View Related

General :: Launch Application With Keyboard Shortcut In Gnome

Dec 13, 2010

I use ctrl + shift + s to launch synaptic in KDE. That works wonderful and it is standardized on all my systems. I want to define the same in gnome, so that it does not matter if I'm in gnome or KDE.Where can I do this?Now before you start mentioning, I am familiar with keyboard launchers like launchy or gnome do (but have to admit that I don't know that much what gnome do does in all extents), so I am not looking for a program that launches an app after typing a few letters. I want exactly that keyboard combination, everything else will not do it.

I just mention that, because it happens all the time that I see in my posts that I ask:
How can I do B with Y? I don't want to use Z. (specifically asking the question) and then hear as an answer: you can do B with Z!And I am always tempted to answer: That is not what I asked, I asked something specific and got an answer that does not concern it.

View 6 Replies View Related

General :: Can't Get My Keyboard Shortcut To Work (debian) / What Am I Doing Wrong?

Sep 19, 2009

I want to use the Control + windows key on my keyboard to do a killall firefox-bin. What I've done so far is gone in to gconf-editor, and under apps->metacity->keybinding_commands I made command 1 as killall firefox-bin and under global_keybindings, run_command_1 I have <Control><Super_L> . What am I doing wrong?

View 3 Replies View Related

General :: How To Switch To Command Line From GUI Using Keyboard Shortcut?

May 13, 2010

Im using Fedora Core 5.how to switch to command line from GUI using keyboard shortcut.

View 19 Replies View Related

General :: Way To Possibly Launch A Terminal By Using A Keyboard Shortcut?

Dec 16, 2010

Is there a way to possibly launch a terminal by using a keyboard shortcut?

View 4 Replies View Related

General :: Change Or Disable The Keyboard Shortcut Switching Between Workspaces (GNOME)?

May 10, 2010

Is there a way to change or even disable the keyboard shortcut switching between workspaces?
(GNOME)

View 3 Replies View Related

General :: Create Trash Shortcut In Desktop In Ubuntu?

Nov 17, 2010

using the command ln -s ~/Desktop ~/.local/share/Trash I get this message.ln: creating symbolic link `/home/denish/.local/share/Trash': File exists But the link isn't in my desktop. So I tried accessing the Trash folder using cd. I cd into ~/.local/share then try the following command.cd Trash I get this message. bash: cd: Trash: No such file or directory When I type ls in the share folder I get the following.

gsettings-data-convert gvfs-metadata Trash

So the trash folder is in there but i can't access it. Why? Also I want a computer shortcut in my desktop like in windows where I can access all the folders from.

View 4 Replies View Related

General :: Make A Desktop Shortcut In XFCE4 ?

Jun 19, 2010

I installed opera10 and I can start it from a shell script from the opera folder but when i try to make a desktop shortcut it does not work. Either from xfce or by right clicking and choosing to send it to the desktop as a shortcut.

I did not install opera system wide, only under one user. Do I need to set some kind of path or link or something?

View 14 Replies View Related

General :: Create Desktop Shortcut With Eclipse?

Apr 20, 2011

using eclipse Galileo on top of Ubuntu 9.10. Normally I launch eclipse by using terminal but I would like to know way to create desktop short cut to launch eclipse. I have goggled and find a way but issue is it won't display default eclipse image icon. i have put eclipse under /opt/eclipse. my requirement is to create desktop shortcut with eclipse shortcut image to launch eclipse.

View 4 Replies View Related

General :: Restore The Show Desktop Shortcut?

Jun 29, 2011

Today I tried to change show desktop shortcut with Win+D from Ctrl+Alt+D. But now i'm unable use neither of 2 shortcuts. how to restore the previous short cut or how to create new one(win+D)

View 2 Replies View Related

Ubuntu :: Keyboard Shortcut For Ssh?

May 10, 2010

I recently switched from GNOME to xfce, and I can't get working a simple keyboard shortcut to ssh to another machine.

In GNOME, I made a launcher (which gnome-do found); the first time I ran the launcher I'd get an X11 popup asking for by ssh passphrase, and then it would be saved for the rest of the GNOME session, making logins nice and fast.

In xfce, a similar launcher opens a new xfce4-terminal, which asks for the passphrase every time. I made a keyboard shortcut to "ssh -X me@server" -- this open an X11 popup for the passphrase, but no terminal, because there is no "run in terminal" option for keyboard shortcuts.

I'd be okay with running "ssh-add" at every login, but it has to be system-wide, rather than attached to one terminal instance. Passphraseless ssh is an options but a creepy one.

View 2 Replies View Related

General :: Windows - Keyboard Shortcut Manager - "calls Applications"

Jul 13, 2010

Is there an application in windows wherein you can see and manage the available shortcuts:

Keyboard shortcuts that calls applications
Keyboard shortcuts in applications
Built-in Windows shortcuts

So that you can actually see if you are repeating a keyboard shortcut or not. Because often times I tend to assign similar shortcuts to applications. Anything for windows(freeware), if this is available on linux then please share it.

View 1 Replies View Related

General :: A Keyboard Shortcut For The "status Menu" In GNOME 3

Jul 17, 2011

Is there a keyboard shortcut, or can a keyboard shortcut be defined, to open the GNOME 3 "status menu" (the one in the upper right corner with your name on it that you use to log out, restart or shut down the machine)?

I want to be able to reboot or shut down the machine without using the mouse. In GNOME 2 I could do Alt+F1 and a short arrow key sequence, and now I want something similar.

Terminal is not an option - the GUI already has the necessary permissions and I want to take advantage of that, not sudo shutdown -h.

View 2 Replies View Related

General :: Server Terminal Keyboard Shortcut "F5" To Run Commands Sudo Apt-get Update

Sep 10, 2010

I was wondering is there a way to bind say "F5" to the command sudo apt-get update so I can press one key to write this into the terminal?

View 1 Replies View Related

Ubuntu :: How To Get (Windows) Keyboard Shortcut

Apr 6, 2010

I write a lot in French and I need the french accent on my ubuntu. How can I get the shortcuts I used in windows such as "alt+130" to work again? When I use them, either nothing happen or it changes my tabs in firefox and chrome, I haven't found how to override this. I don't seem to have found anything in keyboard shortcuts...

View 4 Replies View Related

Ubuntu :: Can't Remove Keyboard Shortcut

Apr 11, 2010

i set delete as a keyboard shortcut for the gnome-terminal accidentally and later changed it to ALT+T but now both DELETE and ALT+T open up a terminal its really annoying not to be able to use the delete key.....every time i press DELETE a terminal window opens up.

View 9 Replies View Related

Ubuntu :: Keyboard Shortcut Not Responding?

Dec 22, 2010

I am experiencing problems with keyboard shortcuts. It started to happen after I installed gnome shell and switched back to gdk. the most annoying part is that every single keyboard shortcut works except the most used one AKA "run a terminal"

first I thought it had something to do with shortcuts in compiz but no. I changed the keyboard shortcut for "run a terminal" to something wild like CTRL+SHIFT+ALT+N and it still doesn't work. That command is not doing anything... Can i add my custom commands to keyboard shortcuts and how?

View 1 Replies View Related

Ubuntu :: Keyboard Shortcut File

Jan 10, 2011

Can anyone please tell me where to fine the file containing the Keyboard Shortcuts?

View 2 Replies View Related

Ubuntu :: 10.10 - Keyboard Shortcut Does Not Work

Jan 28, 2011

Mod4' is my 'Super' key. I have assigned <Mod4>Tab to the 'launch panel main menu' shortcut command in the Ubuntu 10.10 keyboard shortcuts settings. However, whenever I press <Mod4>+Tab, my windows seem to switch as if I were pressing Alt+Tab. How can I disable this other unnecessary action for <Mod4>+Tab?

View 3 Replies View Related

Ubuntu :: Screenshot & Keyboard Shortcut?

Feb 1, 2011

I frequently need to take screenshots of a game (flash-based, running inside a browser), in particular it's statistics screen which is shown when I hold the TAB key. The problem is, when I take a screenshot, either by pressing PrintScreen key or by pressing a custom-defined shortcut, the game responds to this keypress and hides its statistics screen, so the screenshot doesn't contain the information I need.I figured out how to overcome this using a custom application launcher icon; but this requires using the mouse which is rather inconvenient.define a shortcut that wouldn't be processed by the active application? Or maybe there's some screenshot utility that does this out of the box?

View 2 Replies View Related

General :: Keyboard Shortcut "minimize All"?

Jun 1, 2010

what is the command to minimize ALL windows using the "keyboard shortcuts" app on linux mint?

View 3 Replies View Related

Ubuntu :: Keyboard Shortcut To Open Trash?

Jan 22, 2010

does anyone know how to do this? i'd open it up through alt+f2 and nautilus but i don't know its location or any other means.

View 9 Replies View Related

Ubuntu :: Keyboard Shortcut To Activate Screensaver?

Feb 3, 2010

I have a HTPC and need to be able to activate screensaver using a hotkey. (Screen lock won't work, don't want to enter a password).

View 6 Replies View Related

Ubuntu :: Which Allow To Use The Keyboard Shortcuts To Make A Shortcut?

Apr 8, 2010

First off, I have been quite clumsy lately. I recently poured water into my computer by accident; and it works somewhat fine, though the keys A and E do not work. At this point I am using an external keyboard, but since it's a laptop and I am using it at school, that is not what one would wish for. So, my question is; is there any way which will allow me to use the Keyboard Shortcuts to make a shortcut which will for example use ALT+Ctrl+<button> to write the letter A?

My second question is; Do anyone know what has happened with what I will describe in the following text; or perhaps recognice the problem and a solution? One of my friends has installed XUbuntu on his netbook. It has been running just fine; and for a while after he upgraded to 9.10, his computer went somewhat broke. It boots up fine, and it loads the login screen; but instead of being able to log in, it switches to a terminal. We have tried using it to log in, but as none of us are any good with the terminal we have not succeeded.

View 6 Replies View Related

Ubuntu Multimedia :: Screenshots Keyboard Shortcut

Apr 21, 2010

Is there a way to take a Screenshot with keyboard shortcuts?

View 1 Replies View Related

Ubuntu :: Using A Keyboard Shortcut To Run A Shell Script?

Jul 28, 2010

Ubuntu 9.04

I have a bash shell script located at "/home/devin/.Scripts/script"

I want to attach it to a hot key, I go to "System > Preferences > Keyboard Shortcuts", click "Add", Type in a name, and under "Command" I put in "/home/devin/.Scripts/script", and then assign a key to it.

View 7 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved