forked from e16/e16
1
0
Fork 0

Remove default bindings and special commands to configure dragbar.

Dragbar can be configured in dialog.
"set desktops.dragdir/dragbar_ordering" can do the binding ops.

SVN revision: 40220
This commit is contained in:
Kim Woelders 2009-04-19 09:26:35 +00:00
parent c2ad891a8e
commit cb639af54a
2 changed files with 0 additions and 11 deletions

View File

@ -118,5 +118,3 @@ KeyDown CS F4 menus show windowlist
KeyDown CA a button_show all
KeyDown CA b button_show
KeyDown CA c button_show buttons CONFIG*
KeyDown CA d desk dragbar dir
KeyDown CA o desk dragbar order

View File

@ -2671,13 +2671,6 @@ DesksIpcDesk(const char *params)
desk = atoi(prm);
DeskOpDrag(desk);
}
else if (!strcmp(cmd, "dragbar"))
{
if (!strncmp(prm, "dir", 3))
DeskDragdirSet(p);
else if (!strncmp(prm, "ord", 3))
DeskDragbarOrderSet(p);
}
else if (!strcmp(cmd, "clear"))
{
EwinsShowDesktop(!Mode.showing_desktop);
@ -2755,8 +2748,6 @@ static const IpcItem DesksIpcArray[] = {
" desk this Goto this desktop\n"
" desk lower <d> Lower desktop\n"
" desk raise <d> Raise desktop\n"
" desk dragbar pos Set dragbar position\n"
" desk dragbar order Set dragbar button order\n"
" desk arrange Arrange windows on desktop\"\n"
" desk clear \"Show Desktop\"\n"}
,