~israeldahl/jwm-settings-manager/trunk

« back to all changes in this revision

Viewing changes to data/defaults/.jwm/keyboard

  • Committer: Israel Dahl
  • Date: 2014-07-06 02:48:28 UTC
  • Revision ID: israeldahl@gmail.com-20140706024828-1bt17riyy2ep06bt
actually added the themes, buttons, etc...
* Alpha Version update
 * Desktop
 - Added Rox checkers, and getters and setters, but haven't finished/enabled it
 - Finished gradient support
 - finished Single color support
 - moved the image setting code to flDesktop(h/cpp)
 * Window
 - fixed Window icon code to reliably open the directory containing icons
 - added 'BoxShaped' window buttons

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<JWM>
 
3
    <Key key="Up">up</Key>
 
4
    <Key key="Down">down</Key>
 
5
    <Key key="Right">right</Key>
 
6
    <Key key="Left">left</Key>
 
7
    <Key key="a">left</Key>
 
8
    <Key key="s">down</Key>
 
9
    <Key key="w">up</Key>
 
10
    <Key key="d">right</Key>
 
11
    <Key key="F12">fullscreen</Key>
 
12
    <Key key="Return">select</Key>
 
13
    <Key key="Escape">escape</Key>
 
14
    <Key mask="CA" key="p">exec:import -window root $(date -I).png</Key>
 
15
    <Key mask="CA" key="t">exec:x-terminal-emulator</Key>
 
16
    <Key mask="CA" key="Delete">exec:htop</Key>
 
17
    <Key mask="A" key="Tab">next</Key>
 
18
    <Key mask="CA" key="Tab">nextstacked</Key>
 
19
    <Key mask="A" key="F4">close</Key>
 
20
    <Key mask="A" key="#">desktop#</Key>
 
21
    <Key mask="A" key="F1">root:1</Key>
 
22
    <Key mask="A" key="F2">window</Key>
 
23
    <Key mask="A" key="F10">maximize</Key>
 
24
    <Key mask="CA" key="Right">rdesktop</Key>
 
25
    <Key mask="CA" key="Left">ldesktop</Key>
 
26
    <Key mask="CA" key="Up">udesktop</Key>
 
27
    <Key mask="CA" key="Down">ddesktop</Key>
 
28
    <Key mask="A" key="F4">close</Key>
 
29
</JWM>