Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
}
return;
}
+ if(key == 73 && evt.altKey && evt.ctrlKey) /* ctrl+alt+i */ {
+ showPhotoIndex();
+ return;
+ }
+ if(key == 82 && evt.altKey && evt.ctrlKey) /* ctrl+alt+r */ {
+ resetAll();
+ return;
+ }
}
}
<div class="menu">
<div class="icons">
- <a href="javascript:showPhotoIndex();" onclick="click(this);" title="Show Photo Index">
+ <a href="javascript:showPhotoIndex();" onclick="click(this);" title="Show Photo Index (CTRL+ALT+i)">
<img src="resources/photo_index.png" alt="photo index" />
</a>
- <a href="javascript:resetAll();" onclick="click(this);" title="Reset selected-tags and search results">
+ <a href="javascript:resetAll();" onclick="click(this);" title="Reset selected-tags and search results (CTRL+ALT+r)">
<img src="resources/reload.png" alt="reset tags" />
</a>
<a href="javascript:showCredits();" onclick="click(this);" title="Show's a little credit page">