~ubuntu-branches/ubuntu/trusty/fluxbox/trusty-proposed

« back to all changes in this revision

Viewing changes to .pc/enable-dragging.patch/data/keys

  • Committer: Package Import Robot
  • Author(s): Dmitry E. Oboukhov, Dmitry E. Oboukhov, Paul Tagliamonte
  • Date: 2010-09-08 14:53:41 UTC
  • mfrom: (0.2.1) (1.1.11)
  • Revision ID: package-import@ubuntu.com-20100908145341-mz35wshnad21ldzx
Tags: 1.1.1+git20100908.df2f51b-1
[ Dmitry E. Oboukhov ]
  * Renew old repo structure.
    Paul! To merge with upstream use 'git pull' command :)
  * Merge with upstream git-repo.
  * Renew my old Debian theme.
[ Paul Tagliamonte ]
  * Adding in a patch to fix problems with the default
    key settings. (Closes: 592904)

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 
14
14
# alt + left/right click to move/resize a window
15
15
OnWindow Mod1 Mouse1 :MacroCmd {Raise} {Focus} {StartMoving}
 
16
OnWindowBorder Move1 :StartMoving
 
17
 
16
18
OnWindow Mod1 Mouse3 :MacroCmd {Raise} {Focus} {StartResizing NearestCorner}
 
19
OnLeftGrip Move1 :StartResizing bottomleft
 
20
OnRightGrip Move1 :StartResizing bottomright
17
21
 
18
22
# alt + middle click to lower the window
19
23
OnWindow Mod1 Mouse2 :Lower
24
28
# double click on the titlebar to shade
25
29
OnTitlebar Double Mouse1 :Shade
26
30
 
 
31
# left click on the titlebar to move the window
 
32
OnTitlebar Mouse1 :MacroCmd {Raise} {Focus} {ActivateTab}
 
33
OnTitlebar Move1  :StartMoving
 
34
 
27
35
# middle click on the titlebar to lower
28
36
OnTitlebar Mouse2 :Lower
29
37