~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): Paul Tagliamonte
  • Date: 2010-08-12 21:16:02 UTC
  • mfrom: (0.1.1) (1.1.10)
  • Revision ID: package-import@ubuntu.com-20100812211602-3tsmzl9in5nmwz7z
Tags: 1.1.1+git20100807.0cc08f9-1
* debian/ dir has been cleaned out, complete repackage
  of most files.
* pulled new archive from git.fluxbox.org HEAD, saved as
  tar.gz.
* Added in fluxbox.* files from the old dfsg tree.
* Added in system.fluxbox-menu file from the old dfsg tree
* Added the source/format file to bump package source
  version from 1.0 to 3.0 (quilt). 
* Changed rules file to match the old dfsg setup so that
  fluxbox behaves nicely.
* Removed entries from copyright that no longer apply.
* Added theme based on Denis Brand ( naran )'s old theme.
* Added a background I whipped up.
* Changed compile flags to point to debian theme by default
* Adding a patch to have fluxbox use x-terminal-emulator
  over xterm. Closes: #591694 (LP: #580485)
* Adding a patch to allow titlebar-window dragging.
* Changed the flags in rules to pull from a script. This script
  lets us un-hardcode what theme is default. Be sure there
  is a theme pack!
* Added comments to my patches.
* Removing debian/docs, empty file.
* Fixing fluxbox.desktop to remove all the warnings from
  desktop-file-validate
* Fixing libtool issue by running an update before
  configure in the rules script.
* Added a compile flag script to auto-detect what platform
  we are running on, and apply the correct theme. This
  should solve Ubuntnu issues later on.
* adding in a get-orig-source rule
* fixing the upstream version number to pinpoint
  the commit ( thanks, lfaraone ).
* adding a rule for get-orig-source. ( thanks again,
  lfaraone ).
* Updated rules to actually allow us to do a build from it
* Removed Denis from the uploaders ( as per an email
  conversation )
* Removing madduck from the uploaders ( thanks for asking,
  lfaraone. ). Thanks for your hard work, madduck.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# click on the desktop to get menus
 
2
OnDesktop Mouse1 :HideMenus
 
3
OnDesktop Mouse2 :WorkspaceMenu
 
4
OnDesktop Mouse3 :RootMenu
 
5
 
 
6
# scroll on the desktop to change workspaces
 
7
OnDesktop Mouse4 :PrevWorkspace
 
8
OnDesktop Mouse5 :NextWorkspace
 
9
 
 
10
# scroll on the toolbar to change current window
 
11
OnToolbar Mouse4 :PrevWindow {static groups} (iconhidden=no)
 
12
OnToolbar Mouse5 :NextWindow {static groups} (iconhidden=no)
 
13
 
 
14
# alt + left/right click to move/resize a window
 
15
OnWindow Mod1 Mouse1 :MacroCmd {Raise} {Focus} {StartMoving}
 
16
OnWindow Mod1 Mouse3 :MacroCmd {Raise} {Focus} {StartResizing NearestCorner}
 
17
 
 
18
# alt + middle click to lower the window
 
19
OnWindow Mod1 Mouse2 :Lower
 
20
 
 
21
# control-click a window's titlebar and drag to attach windows
 
22
OnTitlebar Control Mouse1 :StartTabbing
 
23
 
 
24
# double click on the titlebar to shade
 
25
OnTitlebar Double Mouse1 :Shade
 
26
 
 
27
# middle click on the titlebar to lower
 
28
OnTitlebar Mouse2 :Lower
 
29
 
 
30
# right click on the titlebar for a menu of options
 
31
OnTitlebar Mouse3 :WindowMenu
 
32
 
 
33
# alt-tab
 
34
Mod1 Tab :NextWindow {groups}
 
35
Mod1 Shift Tab :PrevWindow {groups}
 
36
 
 
37
# cycle through tabs in the current window
 
38
Mod4 Tab :NextTab
 
39
Mod4 Shift Tab :PrevTab
 
40
 
 
41
# go to a specific tab in the current window
 
42
Mod4 1 :Tab 1
 
43
Mod4 2 :Tab 2
 
44
Mod4 3 :Tab 3
 
45
Mod4 4 :Tab 4
 
46
Mod4 5 :Tab 5
 
47
Mod4 6 :Tab 6
 
48
Mod4 7 :Tab 7
 
49
Mod4 8 :Tab 8
 
50
Mod4 9 :Tab 9
 
51
 
 
52
# open a terminal
 
53
Mod1 F1 :Exec x-terminal-emulator
 
54
 
 
55
# open a dialog to run programs
 
56
Mod1 F2 :Exec fbrun
 
57
 
 
58
# volume settings, using common keycodes
 
59
# if these don't work, use xev to find out your real keycodes
 
60
176 :Exec amixer sset Master,0 1+
 
61
174 :Exec amixer sset Master,0 1-
 
62
160 :Exec amixer sset Master,0 toggle
 
63
 
 
64
# current window commands
 
65
Mod1 F4 :Close
 
66
Mod1 F5 :Kill
 
67
Mod1 F9 :Minimize
 
68
Mod1 F10 :Maximize
 
69
Mod1 F11 :Fullscreen
 
70
 
 
71
# open the window menu
 
72
Mod1 space :WindowMenu
 
73
 
 
74
# exit fluxbox
 
75
Control Mod1 Delete :Exit
 
76
 
 
77
# change to previous/next workspace
 
78
Control Mod1 Left :PrevWorkspace
 
79
Control Mod1 Right :NextWorkspace
 
80
 
 
81
# send the current window to previous/next workspace
 
82
Mod4 Left :SendToPrevWorkspace
 
83
Mod4 Right :SendToNextWorkspace
 
84
 
 
85
# send the current window and follow it to previous/next workspace
 
86
Control Mod4 Left :TakeToPrevWorkspace
 
87
Control Mod4 Right :TakeToNextWorkspace
 
88
 
 
89
# change to a specific workspace
 
90
Control F1 :Workspace 1
 
91
Control F2 :Workspace 2
 
92
Control F3 :Workspace 3
 
93
Control F4 :Workspace 4
 
94
Control F5 :Workspace 5
 
95
Control F6 :Workspace 6
 
96
Control F7 :Workspace 7
 
97
Control F8 :Workspace 8
 
98
Control F9 :Workspace 9
 
99
Control F10 :Workspace 10
 
100
Control F11 :Workspace 11
 
101
Control F12 :Workspace 12
 
102
 
 
103
# send the current window to a specific workspace
 
104
Mod4 F1 :SendToWorkspace 1
 
105
Mod4 F2 :SendToWorkspace 2
 
106
Mod4 F3 :SendToWorkspace 3
 
107
Mod4 F4 :SendToWorkspace 4
 
108
Mod4 F5 :SendToWorkspace 5
 
109
Mod4 F6 :SendToWorkspace 6
 
110
Mod4 F7 :SendToWorkspace 7
 
111
Mod4 F8 :SendToWorkspace 8
 
112
Mod4 F9 :SendToWorkspace 9
 
113
Mod4 F10 :SendToWorkspace 10
 
114
Mod4 F11 :SendToWorkspace 11
 
115
Mod4 F12 :SendToWorkspace 12
 
116
 
 
117
# send the current window and change to a specific workspace
 
118
Control Mod4 F1 :TakeToWorkspace 1
 
119
Control Mod4 F2 :TakeToWorkspace 2
 
120
Control Mod4 F3 :TakeToWorkspace 3
 
121
Control Mod4 F4 :TakeToWorkspace 4
 
122
Control Mod4 F5 :TakeToWorkspace 5
 
123
Control Mod4 F6 :TakeToWorkspace 6
 
124
Control Mod4 F7 :TakeToWorkspace 7
 
125
Control Mod4 F8 :TakeToWorkspace 8
 
126
Control Mod4 F9 :TakeToWorkspace 9
 
127
Control Mod4 F10 :TakeToWorkspace 10
 
128
Control Mod4 F11 :TakeToWorkspace 11
 
129
Control Mod4 F12 :TakeToWorkspace 12