summaryrefslogtreecommitdiff
path: root/gecko/chrome/content/simplyread.xul
blob: f216c418a2395fe4b5d29c04d8e8252435895a06 (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0"?>
<overlay id="simplyread" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
	<script src="chrome://simplyread/content/simplyread.js" />
	<keyset>
		<key id="simplyread" modifiers="accel alt" key="r" oncommand="simplyread()" />
	</keyset>
	<statusbar id="status-bar">
		<image id="simplyread-icon" src="chrome://simplyread/content/icon.png" onclick="simplyread()" />
	</statusbar>
</overlay>