![]() |
Ctrl+Shift+x
Once you know, you can't avoid using this function that let you open multiple x-terminal...
but how difficult is to type this sequence! Any idea on how to reassign it to another key sequence?? ciao! |
Re: Ctrl+Shift+x
You could also click program menu and "New" for multiple terminals.
|
Re: Ctrl+Shift+x
so little to be happy!!!:D
|
Re: Ctrl+Shift+x
I use shortcutd and set long-half-press of the camera button to run shell command
Code:
/usr/bin/osso-xterm "" |
Re: Ctrl+Shift+x
Quote:
|
Re: Ctrl+Shift+x
To set the button you install "shortcutd". I'm not sure what repository it's in, though. It's in one of the maemo.org ones. I'm not sure if it's made it's way to extras already, or if it's still in testing or devel.
I think "camkeyd" does the same thing, but shortcutd also lets you set what the proximity sensor does. (You can leave that part off though if you don't want to set the proximity sensor as anything.) |
Re: Ctrl+Shift+x
or you could make an alias
alias t='/usr/bin/osso-xterm ""' the end is " " ' with no spaces tho save it in .profile and root/.profile don't overwrite root/.profile tho, use vi or leafpad to edit it |
Re: Ctrl+Shift+x
How exactly does this work? What does the alias do? I figured there was some system-file editing way to do it - there usually is in Linux - but I didn't know of any.
So what's an alias, and why is it alias t='...' ? Are you attaching it to the T key, or something else? |
Re: Ctrl+Shift+x
yea it means that pressing t then enter you get a new window
you can use these for everything tho e.g. ud for apt-get update ug for apt-get upgrade -y ai for apt-get install -y ls for ls -a u for cd .. and so on... to add them all it goes like this alias r='root' sr='sudo gainroot' ls='ls -a' just keep going in that format, and be aware that alias saved in .profile won't work as root so don't put the apt-get ones there. anything that needs to be root needs to go into /root/.profile or /root/.bashrc make sure you don't overwrite those files tho if you use 'sudo gainroot' none of them will work so its best sticking to 'root' |
Re: Ctrl+Shift+x
alias allows you to define macros in shell
|
All times are GMT. The time now is 01:05. |
vBulletin® Version 3.8.8