General :: Prevent Ctrl+Alt+F1 Switching Off From X?
Jan 28, 2011
How to change this sequence to, for example "Ctrl+Fn+F1" or temporarily disable it?@related: How to send Ctrl+Alt+F1 to window (to switch terminal remotely, not locally)?
View 1 Replies
ADVERTISEMENT
Jan 10, 2011
I want to prevent "^C" from echoing when Ctrl-C is pressed. I did "stty -echoctl" which some googling results suggested. Now it echos raw Ctrl-C characters instead of the string "^C". That's not any better since it displays some funny blocked hexadecimal in the terminal window.
View 8 Replies
View Related
Aug 7, 2010
I have been using SuSE Linux in text mode for the longest time (since 8.0) and I'm often more comfortable working in that mode. I have just installed 11.3 with GNOME as a fresh install on my dual-boot laptop and I am pretty happy with the way things work. But I still languish for my text mode from time to time.
So: I know about right clicking on the desktop and selecting "Open in Terminal" and that should really solve my needs, but I read here in an older thread about using Ctrl + Alt + F2 (as it happens, it can be F1, F2, F3, etc.) so I decided to try it out. Well, when I do that, I get exactly what I expected --- a black text screen with a login: prompt and I can do all my little texty things just as sweet as can be. Except for one thing: I can't get back! The only way I've been able to get back to a GUI is to use "shutdown -r now" as user: root. Also, Ctrl + Alt + F1 removes the GUI completely for all four terminals. Can someone tell me more about this function where I might read an "info" or "man" about it? I don't even know what it is called, so it is hard to know how to search. (Admittedly, I haven't tried Google yet.) uname -a ==> Linux linux-127g.site 2.6.34-12-default #1 SMP 2010-06-29 02:39:08 +0200 i686 i686 i386 GNU/Linux
View 9 Replies
View Related
May 22, 2010
I have been trying to switch to CLI mode for 2 hours now, I have searched possible solutions and I couldn't find any so I decided to make a new topic.
I'm running Kubuntu 10.04 x86_64. I need to log into CLI to stop KDE from running, but I just can't get there.
When I try ctrl+alt+F1 the only thing happens is that mouse pointer disappears and everything else (background, panels, etc.) stays the same, and frozen, no keyboard input helps.
Then when I perform ctrl+alt+F7 it gets me back into GUI. I have also tried sudo chvt 1, same effect. Then I tried to change inits. sudo init 1 and sudo init 2 give me just a blank black screen and where only reboot helps. init 3 doesn't do anything (guess I'm already running init 3 and thats why).
View 1 Replies
View Related
Oct 28, 2015
So I'm trying to change the primary click on my touch-pad to left-handed with xmodmap -e "pointer = 3 2 1". it changed successfully, but there is one functionality I'd like changed. The touch pad itself changes to secondary too, but I want it to remain as primary.
View 0 Replies
View Related
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
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
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
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
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
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
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
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
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
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
Mar 5, 2010
how to swap the CTRL and ALT keys in KDE? to me it seem like the ALT key is better positioned to be used more often for stuff like the CTRL-W close or the CTRL-S save. and there is no way to press CTRL without taking my fingers off of the home row.
View 1 Replies
View Related
Aug 12, 2009
ok, I pressed alt-ctrl-f1 and it displayed my screen with a gui. I then pressed alt-ctrl-f2 and it displayed a textual desktop. I pressed alt-ctrl-f3 and it displayed the same thing. When I pressed alt-ctrl-f1 to return to my gui, it would not let me return to a gui. I was stuck in a cmd line textual desktop.
How, without restarting, do i return to a gui once I press alt-ctrl-f2??
View 3 Replies
View Related
Jan 27, 2010
I am using opensuse 11.2 on my dell studio 14 laptop and to my surprise the key combination for bringing up text based console does not function as expected.when I press ctrl+alt+ fn keys I am greeted with a blank screen and ctrl+alt+F7 brings me back to the GUI plasma desktop.Does this have to do something with the acpi=off thing I did for booting successfully into linux ( without this option, the screen would go off and not respond to anything ... physical restart was the only option). although my system starts off without any fuss, OS does not detect the battery of my laptop.
View 14 Replies
View Related
Dec 3, 2010
I'm currently logged in (locally) to a machine and was running in a TTY session without having started an X server. I accidentally Ctrl-Alt-F7'ed bringing me to where the graphical shell would be if it was running. The trouble is, I can't get back. I assume going to another TTY is forbidden using the standard Ctrl-Alt-F* to protect students who have logged in to KDE or whatever, locked the screen, but don't realize that anyone could come along and Ctrl-Alt-F1 into their TTY session. The trouble is that there IS no X server running, and so I can't exit from it, and am stuck in the Ctrl-Alt-F7 TTY which just has a cursor blinking at the top left of the screen.
Is there another way to switch currently-viewed TTY? How can I get out of this?
Things that do not work:
ctrl-alt-backspace
alt-shift-sysrq-REISUB
View 2 Replies
View Related
Feb 9, 2011
Ctrl-c doesn't always work to kill the current process (for instance, if that process is busy in certain network operations). In that case, you just see "^C" by your cursor, and can't do much else.What's the easiest way to force that process to die now without losing my terminal?
Summary of answers below:Usually, you can Ctrl-z to put the process to sleep, and then do "kill -9 process-pid", where you find the process's pid with 'ps' and other tools.On Bash (and possibly other shells) you can do "kill -9 %1" (or '%N' in general) which is easier. If Ctrl-z doesn't work, you'll have to open another terminal and kill from there.
View 6 Replies
View Related
Feb 20, 2011
I did read the grammar section of xmodmap but still couldn't figure out how I could do it.
View 1 Replies
View Related
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
Aug 11, 2011
At the moment all I see is the message INIT: Sending processes the TERM signal. What does this mean?
View 1 Replies
View Related
Mar 7, 2010
Recently alt-ctrl-F1-6 to drop into a VT stopped working. I don't use that everyday so cannot really isolate why it may have happened (investigating WM rebuild).
Could something in a kernel rebuild do those? I don't recall seeing such an option.
Anyway, does anyone know of another way to get into a VT from X?
View 2 Replies
View Related
Dec 28, 2010
There is xclip but this one does not fake the command to paste something to X11?
View 2 Replies
View Related
Jan 13, 2011
ctrl+alt+[f1 -f3] switch doesn't work, but back to ctrl+alt+f7 works normal. When i switch from ctrl+alt+f7 to ctrl+alt+f1 I see that on the dash flashes on the screen.
View 2 Replies
View Related
May 30, 2010
When I press Ctrl-C in any pseudoterminal (xterm, gnome-terminal, rxvt, text console and SSH) in Karmic Koala, the string ^C gets echoed to the terminal in Ubuntu Karmic Koala. This hasn't happened in Ubuntu Jaunty Jackalope. I'd like to get rid of the extra ^C. Example:
$ cat
foo
foo
^C
$ _
I got the above by typing C, A, T, Enter, F, O, O, Enter, Ctrl-C. I want to get rid of the ^C, and get this for the same keypresses:
[Code]...
I tried setting stty -echoctl, which solved the problem for rxvt and xterm outside SSH, but it created a single-character HT when SSHing from an Ubuntu Hardy system, and it created a box with Unicode 0003 in it instead of the ^C in gnome-terminal. I want to see absolutely nothing when I press Ctrl-C. I'm using. Linux linux 2.6.31-20-generic-pae #57-Ubuntu SMP Mon Feb 8 10:23:59 UTC 2010 i686 GNU/Linux I have these terminal settings in all systems and all terminal emulators:
ioctl(0, TCGETS, {c_iflags=0x2502, c_oflags=0x5, c_cflags=0xbf, c_lflags=0x8a3b, c_line=0, c_cc="x03x1cx7fx15x04x00x01x00x11x13x1ax00x12x0fx17x16x00x00x00"})
View 2 Replies
View Related
Aug 9, 2010
On Linux, the Ctrl-[ key combination appears to be equivalent to hitting the Esc key. I would like to define Ctrl-[ as a shortcut in emacs but I am unable to because by the time the keystroke gets to emacs it looks like the Esc key was pressed. Is there anyway to disable this behavior so that Ctrl-[ simply means Ctrl-[?
View 2 Replies
View Related
Jun 14, 2011
In interactive mode (in Octave, gnuplot, R, etc.) I occasionally press Control + z by mistake. This pauses the program and kicks me back to the terminal.Is it possible to re-enter the original interactive mode (with all the stored variables)?
To reproduce:
~> octave
octave:1> a = [1:10];
octave:2> ^Z
[code].....
How can I recover my session with the variable a defined?
View 2 Replies
View Related
Jul 11, 2011
I was playing around with my keyboard shortcuts and accidentally mapped a command to the Ctrl+C shortcut. Now I can't stop programs running in the terminal with Ctrl+C and I have no idea of how to restore this functionality.
View 1 Replies
View Related