Ubuntu :: Change Commands Executed By Gnome Keyboard Shortcuts?

Jun 28, 2011

I'm running Ubuntu 10.04.2 LTS, but wanted to use Banshee instead of Rhythmbox. After running Code: sudo aptitude install banshee I wanted to bind my "Media" button on my keyboard to run banshee; unfortunately, it still wants to run rhythmbox. Where can I change the default command executed by these keyboard shortcuts? I can't seem to find them in gconf-editor under apps/metacity/* and googling has proved fruitless in finding where this configuration file is located.

View 2 Replies


ADVERTISEMENT

Ubuntu :: Lucid - Change Gnome / Nautilus Keyboard Shortcuts?

May 5, 2010

Karmic there was a tab inside "System->Preferences->Appearance" called "Interface" which allowed me to modify the keyboard shortcuts. I had <Backspace> to move backwards in Nautilis and <Shift><Backspace> to move forward.

Without this tab can anyone tell me how I can modify the shortcuts to do this? I have spent some time looking at gconf-editor but nothing is jumping out at me, particularly with regards to the back and forward browsing.

View 4 Replies View Related

Ubuntu :: Keyboard Shortcuts: Using PIPE For Multiple Commands?

Aug 28, 2010

Searched the forums for solution & am not seeing oneWrote a simple script to find Trash folders on Lucid and delete them

Code:
#!/bin/bash
sudo find / -regex ".*Trash[-]?[0-9]+?" | while read -e line

[code]....

View 1 Replies View Related

General :: Gnome-terminal/bash - Cancel Inserted Commands That Will Be Executed Later?

Mar 13, 2011

$ execute_some_long_command <command is executing> <Accidently press middle button that inserts bunch of garbage (including, for example, `rm -Rf ~/*`) into console>

How to let execute_some_long_command finish, but not execute inserted things?

View 1 Replies View Related

Ubuntu :: Gnome-Do Like Keyboard Shortcuts?

Mar 30, 2011

After using KDE 3.5 for years, I defected to Gnome when KDE 4.0 came out. I have recently installed Kubuntu Maverick on my netbook and have decided that I now like KDE again The one bit of functionality that I am missing is the keyboard short cuts of Gnome-Do. So if I type Windows key Em, return and Emacs launches.

The search box in Kubuntu sort of does this. However, I have to click in the box and when I have typed the first few characters I have to click on the icon with the mouse. Is there any way I can do this just using the keyboard and not the mouse? I have searched the help and Googled without much success.

View 2 Replies View Related

Ubuntu :: Gnome-do Broke Keyboard Shortcuts?

Jun 8, 2011

I installed gnome-do to see what it was like (useless - doesn't work properly with Unity as far as I can tell). After trying it out for a while I noticed that my browser and email keyboard shortcuts didn't work anymore. I have a Microsoft Ergo 4000 keyboard with dedicated browser and email buttons that I always used to start Firefox and Thunderbird. Now the browser button starts the browser, but instead of starting my home page it attempts to load a non-url number. All settings, like keyboard shortcuts, software preferences and in the browser are still set correctly, but it doesn't work anymore.The email button doesn't do anything anymore.Once again, all settings like keyboard shortcuts and software preferences are still correct, but the button no longer works.

View 1 Replies View Related

Ubuntu :: Change Evolution Keyboard Shortcuts?

Apr 12, 2011

I accidently set the Undo shortcut in Evolution to the 'X' key. I don't know how, but I can't figure out how to reset it to be Ctrl+Z?

View 1 Replies View Related

Ubuntu :: Keyboard Shortcuts Not Working In Natty (Gnome)?

May 12, 2011

This morning the keyboard shortcuts don't work ant longer; they worked yesterday. alt-tab doesn't switch among windows, alt-ctrl-t doesn't open the terminal etc. On the other hand, all usual shortcuts are OK in keyboard Shortcuts applet. It looks (to my poor intuition) there is something wrong with my usb keyboard recognition....

View 1 Replies View Related

General :: Keyboard Shortcuts Not Working - Gnome

Jun 24, 2011

I don't know when this started happening, but my shortcuts such as Super+D to minimize all and go to the desktop and Ctrl+Alt+T to open a terminal, etc, have stopped working.

Other shortcuts, such as Alt+F1 and Alt+F2 work correctly, as well as the compiz ones.

View 6 Replies View Related

Fedora :: Access To Gnome-panel With Keyboard Shortcuts?

Apr 11, 2010

how i can access to gnome-panel with keyboard shortcuts?(for example trl+Alt+p or Alt+Ctrl+1 to open application launcher widget in panel?)

View 1 Replies View Related

Ubuntu :: Use GNOME Panel Icons With Keyboard (shortcuts, Accessibility, Navigate, Keys)?

May 26, 2011

Surviving without mouse or touchpad I have been looking for this without initial success: only 2 oldie questions like the one I was going to place:
[URL]... But I found it!!: [URL]...

So the key keyboard shortcut is:
CTRL+ALT+TAB

With it you change the focus from the desktop to the panel, and vice versa When the focus in in the panel you can move from icon to icon with TAB (to the right) or SHIFT+TAB (to the left). Then Enter key (sometimes F10 instead) makes the same as left-clicking with the mouse, and SHIFT+F10 makes the same as right-clicking with the mouse. ESC key (sometimes Enter instead) takes the menus out.

There is something about this in: [URL]...

View 2 Replies View Related

Fedora :: Change The Language Of The Action Labels Shown In The Keyboard Shortcuts Window?

Sep 6, 2010

how can I change the language of the action labels shown in the Keyboard Shortcuts window? System language is set to English (United States), but the mentioned descriptions are displayed in Italian language.

View 2 Replies View Related

Security :: Log All The Commands Executed By Root ?

Aug 11, 2010

I want to get a of log all the commands executed by the root user with the following details :

incoming ip
username (thru which su was executed)
time and date
all the commands executed as mentioned above.

Also if user has managed to login as root, he should not be able to disable / delete the above info. Can this info be collected at some other physical server ?

View 5 Replies View Related

Security :: Monitoring Executed Commands?

Dec 15, 2010

I've firewall machine customers connect on it then connect to one of another 3 machines as root through ssh key , is there any way to know which user connect to which machine and what command that he has executed without using script command ?

View 1 Replies View Related

Server :: Get IP And Commands Executed By User

Jan 3, 2011

i have a linux server, the Operating system is SUZE 9 but i need to see all commands executed by any users connected on the server and the ip of the host in a log file.the history file does not contain all info that i need .please is there a way to write a script in order to save this problem .

View 2 Replies View Related

General :: History Of Commands Executed By Users

Apr 16, 2010

i am working with linux security auditing project on my Servers.I want to find out all the commands executed by individual users.i think using last command,find out the login details.But how can find out the commands executed by each users on all logins except "history".?

View 2 Replies View Related

Ubuntu Installation :: Commands Are Not Working In Terminal / Command Is Not Executed?

Jul 19, 2010

I am working on Ubuntu 9.10.Since last two days there is issue while working with Terminal.Whenever I type a command and press enter it doesnt do anything. command is not executed. I guess its in loop. when I press Ctrl+C then it comes out of loop. this happens with all commands and I am not sure what is the problem.I have reinstalled Terminal but it did not worked.

View 8 Replies View Related

General :: Edit History To Remove Few Commands Executed?

Jun 30, 2010

Suppose when I issue history command it is showing 100 entries with number attached to each command executed.

how to edit the history to remove few commands executed by me so as to protect the system from other users.

View 11 Replies View Related

Fedora :: Search Path - Yum & Rpm Commands Fail When Executed As Root

Jul 15, 2009

I've setup dimdim (opensource, centos 5.3) and noticed yum & rpm commands fail when executed as root because it uses librpmio from openoffice3 instead of /usr/lib (I'm running from memory so I may have misstyped). But sudo doesn't have this problem.

How can root's search path be different, especially after I state /usr & /usr/lib at the top of /etc/ld.so.conf.

View 2 Replies View Related

Ubuntu Servers :: Gnome VNC Server / Cant Change Keyboard Layout

Nov 15, 2010

I installed server 10.10, but it has the wrong keyboard layout. Can i change it to swedish via ssh, because the keyboard preferences wont start via the vnc?

View 1 Replies View Related

Debian :: Change Keyboard At Gnome Login Window

Mar 3, 2011

If I start my Lenny with Gnome I get the login window. The strange problem is, I have us keyboard there, but after login I have german keyboard. Under System -> Preferences -> Keyboard I have only german keyboard layout setuped. Howto change keyboard layout at the login window?

View 2 Replies View Related

Debian Multimedia :: Can't Change Keyboard Layout In Gnome 3 Classic

Jun 2, 2015

I installed Gnome 3 Classic but I can't change my input source.in Gnome 3 I can but in Classic version I can't. In Gnome 3 I can see it beside the Clock but In Gnome 3 Classic it doesn't exist. How can I enable it?

View 0 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

Ubuntu :: Mac Keyboard Shortcuts?

Mar 3, 2010

How can I get Ubuntu to have sound and screen brightness controls on the keyboard like Mac OSX?

View 1 Replies View Related

Ubuntu :: Keyboard Shortcuts Not Working?

Jun 21, 2010

I don't think I could be much newer to Ubuntu (I only started using it properly an hour ago) and I'm having trouble with the keyboard shortcuts. Nothing happens when I press alt-f2 to run terminal, or ctrl-alt-tab to switch workspaces. I also cannot use the fn keys to dim the screen, change the volume etc

View 4 Replies View Related

Ubuntu :: Keyboard Shortcuts Not Working In 11.04?

May 2, 2011

Keyboard shortcuts set in Settings -> Settings Manager -> Keyboard -> Application Shotcuts do not work. They worked in 10.04. How do I fix this?

View 9 Replies View Related

Ubuntu :: Keyboard Shortcuts In Lxde?

May 7, 2011

Is there any way of using keyboard only in lxde?

Lxde wiki does not seem to be working so am struggling to find keyboard shortcuts.

Need to find keys that will let me use number pad to move mouse.

Or even access main menu

View 2 Replies View Related

Ubuntu :: New Windows 7 Keyboard Shortcuts?

Jun 25, 2011

I switched to Ubuntu a few months ago. The only thing I miss from Windows 7 were their new keyboard shortcuts for moving windows between a monitor or multiple monitor. This allowed you to take one large monitor and easily use it as two by pushing certain windows to one half of the screen or another via the keyboard.The keyboard shortcuts:

WIN+Up Arrow
Maximize the window.
WIN+Left Arrow

[code]...

View 1 Replies View Related

General :: Setting Keyboard Shortcuts In Ubuntu?

Oct 27, 2010

Is it possible to do the following in Ubuntu? If so can someone point me in the right direction.Say you want to set a keyboard shortcut to do the following: For examples sake, set Alt+F to open Firefox and maximize it, but only if Firefox is not already running. If it is running and not maximized, then maximize the most recently touched Firefox window. If it is maximized, then minimize Firefox.

View 1 Replies View Related

Ubuntu :: Keyboard Shortcuts - Unrecognized Buttons?

Jan 4, 2010

I have the keyboard: HP 6511-SU and it has a lot of buttons that would be useful to me; however, Ubuntu does not even recognize and does absolutely nothing with the majority of the buttons it has. The ones that it does pick up, it is mapped incorrectly (ex.: the media button, "stop" would be mapped to "eject". That's easily corrected by remapping it by going to System> Preferences> Keyboard Shortcuts. Is there a program or configuration file that will map the unrecognized buttons?

View 5 Replies View Related







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