Ubuntu :: Ctrl + Alt + D Stopped Working?

Oct 14, 2010

I have been using Ubuntu for many years now and pressing ctrl + alt + d used to minimize all windows and show the desktop, but this stopped working with 10.10. I checked keyboard shortcuts but don't see a way to turn it back on there.

View 3 Replies


ADVERTISEMENT

Ubuntu :: Show Desktop Ctrl-Alt-D Stopped Working For Firefox Only

May 26, 2011

I don't know why but show Desktop Ctrl-Alt-D suddenly stopped working for Firefox only (in all workspaces).

Any ideas what might have caused this? Any work-arounds? (apart from Ctrl-Alt-(arrow) / switching to a different workspace - which is a fair workaround)

View 1 Replies View Related

Ubuntu :: Map Ctrl+W In Hebrew Layout(which Is Actually A Ctrl+') To Be A Ctrl+w?

Jan 5, 2010

I have 3 layouts: USA, Russian and Hebrew. In Hebrew the W key is mapped to apostrophe, so Ctrl+W in Hebrew layout doesn't close tabs in Firefox. There is no workaround for it as I see by now, so I am trying to get it work this way:I want to map Ctrl+W in Hebrew layout(which is actually a Ctrl+') to be a Ctrl+w. Here is what I got from xmodmap:Code:$ xmodmap -pke | grep 25keycode 25 = w W Cyrillic_tse Cyrillic_TSE apostrophe WAs you can see, there are pairs for each layout, each pair tells what happens without and with the Shift key pressed.

View 2 Replies View Related

General :: Disable Ctrl+C, Ctrl+V, Ctrl+X In Rdesktop?

Dec 27, 2010

I am doing a project on rdesktop. My aim is to setup a write/copy protected session. I have made rdesktop connection between two Linux machines using Xrdp.Next I want to disable the ctrl+x,ctrl+v keys and the cut and copy option in mouse right click at client side

View 1 Replies View Related

Programming :: Recognizing Ctrl+c,ctrl+l,ctrl+d In C Programs?

Aug 19, 2009

i am using gcc 4.3i need to recognize ctrl+c,ctrl+l,ctrl+d in my C program without terminating the program when i get a ctrl+c...

View 1 Replies View Related

Ubuntu :: CTRL-C Not Working In Emacs23?

Jun 4, 2010

Today I did a fresh installation of Ubuntu 10.04 server (64bit) on my machine and found that CTRL-c (i.e., control key plus c) does not work in emacs 23.1 (from emacs23 package), which means I cannot quit the emacs by "CTRL-x CTRL-c" any longer.

Whenever I type CTRL-C, the emacs says "<cancel> is undefined". The "describe key (i.e., CTRL-h k)" command for CTRL-c leaves the following message in the message buffer: "<cancel> (translated from C-c) is undefined".

Until 9.10, I have never had such problems and wonder whether this has been introduced by 10.04.

In fact, I found that the behavior of CTRL-c has been slightly changed in a terminal (e.g., putty session) as well, and googling gives the following: [URL]

But I'm not sure the above has something to do with the said issue with emacs.

View 1 Replies View Related

Ubuntu :: Ctrl + Shift Not Working

Aug 12, 2010

For some strange reason I am not able to highlight/select words using Ctrl , Shift and the arrow keys together. Each of them work individually with the arrow keys but. Is there anyway I can find out if I have assigned a shortcut to that particular combination ? (Nothing is listed in keyboard shortcuts)

View 2 Replies View Related

Ubuntu Networking :: Wireless Suddenly Stopped Working AND Rfkill Command Not Working

Jul 13, 2011

When originally installing 11.04 I had problems getting my Ralink 5390 wireless card to work.

Today my computer froze completely and I had to turn it off via the power switch. When I turned it back on, wireless was no longer recognized! My iPod can connect to the network just fine, so it must be an Ubuntu problem. There are no problems with my ethernet connection either.

I researched this and found several threads about blocking and unblocking wireless devices using the rfkill command. Well, unfortunately for me the rfkill command doesn't work. When I type sudo rfkill list or sudo rfkill unblock all, nothing happens; it just returns me to my bash prompt. I even tried uninstalling and reinstalling rfkill...nothing.

View 1 Replies View Related

Ubuntu :: Keyboard - Can Not Copy/paste Ctrl+C Or Ctrl+p From One Folder To Another With Mouse

Sep 5, 2010

I can not copy/paste ctrl+C or ctrl+p from one folder to another with the mouse. i was trying to move an item to another folder.

I looked in the keyboard short cut and it was not there. i tried to add it and it put it in custom as disabled and I could not enable it.

View 2 Replies View Related

Ubuntu :: Ctrl+Esc No Longer Working After Natty Upgrade

May 1, 2011

Long story short, my HTPC has a keyboard, but no mouse.I'd gotten pretty good at working the machine with no mouse, but after my upgrade to Natty Narwhal today, the Ctrl+Esc shortcut to open the Applications window no longer works. Alt+F2 only works when another application is already open.I can get to the Applications menu using Ctrl+Alt+NumLock and mouse emulation, but it's pretty painful.Have I messed something up here? My install went a little messy, but I've managed to get everything else working and I doubt a keyboard control would be a bad install/upgrade.

View 2 Replies View Related

Debian Multimedia :: Right Ctrl Not Working / What To Do?

Mar 12, 2010

Right Ctrl has traditionally been the key used to un-grab the keyboard/mouse in VirtualBox. I've never had a problem with it before, but on my laptop it doesn't work. When I press the key, I get this xev output code...

So, I am pretty confident that the key itself is functional. However, it doesn't seem to do anything in applications. For example, keyboard shortcuts in Kate (such as Ctrl+a to select all) do not work with the right Ctrl key.

View 4 Replies View Related

Fedora :: Ctrl+alt+backspace Not Working In 11?

Aug 1, 2009

On fedora 10 and backwards you could use Ctrl+ALT+Backspace to restart X, this was massively useful in resolving any issues with hanging x processes and so forth... without losing session data.... it seems to not work in fedora 11...

View 1 Replies View Related

General :: Tmux Ctrl-b Not Working?

Apr 5, 2011

Holding CTRL and B followed by another command key usually gives me nothing.I have no .conf file so I'm not overwriting it.

View 1 Replies View Related

Ubuntu :: Freezes Mouse After Changing A Tab (with Ctrl+tab, Alt+#) Or Closing It (ctrl+w)?

Nov 11, 2010

I just installed Ubuntu 10.10 x64 and already am really annoyed by Firefox, which freezes my mouse after changing a tab (with ctrl+tab, alt+#) or closing it (ctrl+w). After about one second, i can continue working as usual. Changing Tabs by just clicking on one does not freeze anything...Maybe some of you would think now if I am crazy because of complaining about such a little thing, but it is really annoying if you are used to work fluently with ff.Edit:I today noticed, that not only shortcuts in firefox, but all Hotkeys freeze my mouse for a second. For examle ctrl+c, ctrl+v, super+e or anything else.Do you have any Idea what causes this behaviour? Reinstalling ubuntu didn't change anything

View 4 Replies View Related

Ubuntu :: Send Process To Working Backgroud For CTRL+Z Processes?

May 18, 2010

I would like to set process in background in such a way that it will be running.For example, I started vim editor and pressed CTRL+Z command to put the process in background. But this process is in stopped status, which I can check with 'jobs' command.Is there any way that stopped job can be put into running background process?

View 1 Replies View Related

General :: Vim:ctrl+v Command To Select Some Data.But When Push Ctrl+v.It Doesn't Work?

Nov 28, 2010

" Mark the start of the text with "v", "V" or CTRL-V. The character under the cursor will be used as the start.""With CTRL-V (blockwise Visual mode) the highlighted text will be a rectanglebetween start position and the cursor."I can mark the start with "v" or "V".But it doesn't work when I push ctrl+V.

View 14 Replies View Related

CentOS 5 :: Why 'ctrl+a, K' Nor 'ctrl+a Kill' Doesn't Work For Screen Windows?

Oct 3, 2010

anyone has a clue why 'ctrl+a, k' nor 'ctrl+a, :kill' doesn't work for killing one of screen windows? Other screen's commands invoked with 'ctrl+a'seem to work.

View 3 Replies View Related

Ubuntu :: Keys Tab / Caps / Shift / Ctrl / Alt / Super Stop Working.

Oct 16, 2010

I'm running Kubuntu 10.10, with KDE 4.5.2, what I've noticed is every so often my Tab, Caps, Shift, Ctrl, Alt, Super keys stop working. I'd been running Ubuntu 10.04 with Gnome and hadn't ever come across this issue. I'm not sure if this is related to KDE 4.5.2 or is possibly because I updated to 10.10 and would also occur on a Gnome environment.If I switch to my virtual machine (VMWare Workstation 7.1.2 build-301548 which I was able to get working on 10.10 using URL.... the keys work within that but if I switch back to my host desktop they stop working.To fix it I've found logging out or unplugging the keyboard and plugging it into a different USB port fixes it.

View 1 Replies View Related

Debian Multimedia :: Dvorak Layout Not Always Working With Ctrl Key

Jun 23, 2010

I use programmers' dvorak. All the keys are correct when typing normally. However, the ctrl+(key) shortcuts do not always work correctly.My shortcut for opening a new terminal is ctrl+alt+t. Sometimes this works correctly, but at other times, it reverts to the qwerty. The change only seems to happen at reboot.

View 7 Replies View Related

Slackware :: Reset Default Keymap Then Switch Ctrl>>Capslock Not Working?

Jan 8, 2011

I'm running through an Emacs tutorial and I was trying to figure out how to exchange CTRL and CAPSLOCK.

1. From the Emacs Wiki, i saw

Code:

As super-user:

$ loadkeys emacs
$ echo "loadkeys emacs" >> /etc/rc.d/rc.local

so, maybe stupidly I tried this. Which seems to have changed nothing.

so then I try

Code:

loadkeys -d

to try and get back to the default. Which doesn't seem to work. so then thinking i should reset everything, try to go in /usr/share/kbd/keymaps/i386/qwerty and do

Code:

loadkeys defkeymap.map.gz

Finally, I go into /etc/X11 and edit xorg.conf-vesa to uncomment

Code:

# If you'd like to switch the positions of your capslock and
# control keys, use:
#
Option "XkbOptions" "ctrl:swapcaps"
and restart.

To no avail...

View 1 Replies View Related

Ubuntu / Apple :: Get A Right Click Emulation (ctrl+mouse1) Working On Single Button 1GHz G4 7455?

Apr 6, 2010

how to get a right click emulation (ctrl+mouse1) working on my single button 1GHz G4 7455

View 5 Replies View Related

OpenSUSE :: Ctrl+z And Ctrl+c Do Not Work Without A Third Keystroke

Feb 3, 2010

I just spent a few days ripping out all the broken/buggy apps that are in the opensuse 11.2 official repos so I can finally get working software(openoffice, thunderbird, wine, eclipse, rubygems, rails, and a few others required getting the "official" versions from their respective websites to avoid strange behavior and outright broken functionality).

All of which makes updating more annoying and time-consuming. Why are opensuse packages so different anyway? Anyway, the last thing that I have noticed to fix is Konsole. For some really bizarre reason ctrl+z and ctrl+c do not work without a third keystroke: enter.Maybe this is something new with the KDE team, since they seem bent on making simple things that already work more complex, but given my experience with crappy packages in the suse repos, I am thinking this is the problem. I have looked over all the config settings that I can find and nothing fixes this affront to productivity.

View 1 Replies View Related

OpenSUSE :: Konqueror Can't Cut'n'paste With Ctrl C, Ctrl V?

Mar 7, 2010

I've been using Kaggregator in KDE-PIM, which uses Konqueror as the browserto go to links from Kaggregator.Unfortunately, Konqueror no longer seems tobe able to Copy highlighted material with Ctrl C, the way we've done it forever.Is this a setting I've missed? Or is this a new "feature" in Konqueror?

View 2 Replies View Related

Ubuntu Servers :: Writing Init Script - Signals To Kill The Process (Ctrl-C) From A Bash Script And Exit Dtach (Ctrl-`)

Dec 5, 2010

I'm trying to write a init.d script to daemonise a sagemath notebook server. Here's what I've done so far, I've copied /etc/init.d/single for the structure, and tried to use dtach to provide a handle to access the process. However, my main problem is issuing the signals to kill the process (Ctrl-C) from a bash script and exit dtach (Ctrl-`)

[Code]...

View 1 Replies View Related

Ubuntu :: DTA Has Stopped Working?

May 14, 2010

resubscribed to Rapidshare and in the past could easily download my friend's discussion papers using the file manager called DTA that integrates into Firefox. I have taken out a new subscription to RS and instead of getting the files I am receiving small html referer files. In theory this should be corrected by ticking a direct download setting on RS, but it is making no difference. I can manually download the files so I am certain the files are on RS in full form. I am also successfully auto logging into RS and this means the name and password are being handed over correctly

View 1 Replies View Related

Ubuntu :: Grub Stopped Working / Fix It?

Mar 29, 2010

After I installed Windows XP on my leftover partition, I decided to reinstall grub2.

Now when I reboot grub throws me in the grub shell, if I then type configfile /grub/grub.cfg it starts grub like its supposed to. Tho I cant seem to be able to go straight to the grub menu and no to the shell.

View 1 Replies View Related

Ubuntu :: Crontab Stopped Working / What To Do?

Apr 20, 2010

Have just started to use look at crontab. I could use Scheduled Tasks as well as crontab -e in terminal.

I must have changed something because now Scheduled Tasks just seems to load then dropout. Loading a task through terminal is accepten (crontab -e) but doesn't work.

View 1 Replies View Related

Ubuntu :: Pandora App Stopped Working?

Jun 2, 2010

It was working fine. Now, when I boot the computer(9.10 32 bit), I get the message asking me about the certificate. But Pandora never seems to load. I tried to reinstall the AIR app, but it tells me that it is running. I can't find it though. If I try to open Pandora again, nothing ever happens

View 1 Replies View Related

Ubuntu :: Nautilus Stopped Working In 9.10?

Aug 23, 2010

I got a call from a friend who did the distrubution upgrade from 9.04 to 9.10 and all was well for about 2 weeks and then his desktop icons disappeared. He kept running it that way and never looked for help until a couple of days ago he tried to plug in a card reader to get some pictures from his camera and nothing happened. that was when he discovered that he couldn't run Nautilus at all. I had him purge nautilus and reinstall it but then he couldn't even log in to Ubuntu. Very strange indeed. Anyone else experience this? After going over all the settings and finding them what they should be, I just installed 10.04 and all is well except that he lost a few photos.

View 3 Replies View Related

Ubuntu :: Keyboard Stopped Working?

Sep 19, 2010

Ubuntu 9.04Dell desktop pcKeyboard stopped workingI was in the middle of an emailwhen my keyboard stopped working.I rebooted.Keyboard worked for Windows Vista.Keyboard worked for Ubuntu login.But once in Ubuntu no keyboard.Mouse works fine. think I may have accidentally touchedthe control key when doing the email

View 2 Replies View Related







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