View Single Post
hawaii's Avatar
Posts: 1,030 | Thanked: 792 times | Joined on Jun 2009
#2
Change terminal toolbar;

/usr/share/meego-terminal/meego-terminal-toolbar.xml

Syntax is fairly simple to follow. Example of adding a forward slash...

Code:
<button name="Slash" group="Slash" showon="always" text="/" toggle="false" pressed="false">
                <actions>
                    <sendstring string="/"> </sendstring>
                </actions>
            </button>
and add a new item for the layout
Code:
<item name="Slash" />
 

The Following 7 Users Say Thank You to hawaii For This Useful Post: