switching virtual terminals

2000-10-28 Thread Dale Morris
There's a package that I need to install that allows switching virtual
terminals by hitting [Ctrl Alt 'left or right arrow']. Anyone happen to
remember what the name of that package is?
thanks



Re: switching virtual terminals

2000-10-28 Thread Ethan Benson
On Fri, Oct 27, 2000 at 09:50:03PM -0700, Dale Morris wrote:
 There's a package that I need to install that allows switching virtual
 terminals by hitting [Ctrl Alt 'left or right arrow']. Anyone happen to
 remember what the name of that package is?
 thanks

uh... alt left|right arrow already changes virtual terminals on my
systems...  control alt does not but do you really need it to be
control+alt or will just alt do?

-- 
Ethan Benson
http://www.alaska.net/~erbenson/


pgp5kcXyYu9Wa.pgp
Description: PGP signature


Re: switching virtual terminals

2000-10-28 Thread Dale Morris
alt left|right arrow is fine, guess I'm confused. Not unusual. Thanks..


Ethan Benson [EMAIL PROTECTED] wrote:
 On Fri, Oct 27, 2000 at 09:50:03PM -0700, Dale Morris wrote:
  There's a package that I need to install that allows switching virtual
  terminals by hitting [Ctrl Alt 'left or right arrow']. Anyone happen to
  remember what the name of that package is?
  thanks
 
 uh... alt left|right arrow already changes virtual terminals on my
 systems...  control alt does not but do you really need it to be
 control+alt or will just alt do?
 
 -- 
 Ethan Benson
 http://www.alaska.net/~erbenson/



-- 

The major advances in civilization are processes that all but wreck
the societies in which they occur.
--Albert North Whitehead



Re: switching virtual terminals

2000-10-28 Thread USM Bish
On Fri, Oct 27, 2000 at 09:50:03PM -0700, Dale Morris wrote:
 There's a package that I need to install that allows switching virtual
 terminals by hitting [Ctrl Alt 'left or right arrow']. Anyone happen to
 remember what the name of that package is?
 thanks
 

Is it konsole that you are thinking of ?

Just reconfirm  this [Ctrl-Alt-Arrow keys] aspect,
because I think konsole uses [Shift - Arrow Keys] 
for VT switching.

USM Bish



Re: switching virtual terminals

2000-10-28 Thread Dale Morris
thanks. I can't remember the exact key sequence, I just remember
apt-getting the package on a different install. And.. I seem to have it
now with [Alt-Arrow keys] 


USM Bish [EMAIL PROTECTED] wrote:
 On Fri, Oct 27, 2000 at 09:50:03PM -0700, Dale Morris wrote:
  There's a package that I need to install that allows switching virtual
  terminals by hitting [Ctrl Alt 'left or right arrow']. Anyone happen to
  remember what the name of that package is?
  thanks
  
 
 Is it konsole that you are thinking of ?
 
 Just reconfirm  this [Ctrl-Alt-Arrow keys] aspect,
 because I think konsole uses [Shift - Arrow Keys] 
 for VT switching.
 



switching virtual terminals from C

1998-01-28 Thread Aaron Brick

HEllo!

Does anyone know of a way to change, in C, _which_ virtual terminal is
currently on the screen? I just have no idea where to look for this.

Thanks.

Aaron Brick.


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: switching virtual terminals from C

1998-01-28 Thread Daniel Martin at cush
[EMAIL PROTECTED] (Aaron Brick) writes:

 HEllo!
 
 Does anyone know of a way to change, in C, _which_ virtual terminal is
 currently on the screen? I just have no idea where to look for this.
 
 Thanks.
 
 Aaron Brick.

Well, the chvt command from the kbd package does this.  Therefore, I'd 
suggest either using a system(chvt blah) call, or looking at the
chvt source code, which you'll find in the kbd source package.

p.s.  Hmmm - I wonder how common Debian is here at jhu...


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .