Debian package: Declare compliance with Debian Policy 4.3.0
[conkeror.git] / modules / bindings / default / download-buffer.js
blob94a96cae7bb05bf30267a0a49ba6331757778863
1 /**
2  * (C) Copyright 2008 Jeremy Maitin-Shepard
3  * (C) Copyright 2009 John J. Foerch
4  *
5  * Use, modification, and distribution are subject to the terms specified in the
6  * COPYING file.
7 **/
9 define_key(download_buffer_keymap, "d", "download-cancel");
10 define_key(download_buffer_keymap, "r", "download-retry-or-resume");
11 define_key(download_buffer_keymap, "p", "download-pause-or-resume");
12 define_key(download_buffer_keymap, "delete", "download-remove");
13 define_key(download_buffer_keymap, "C-d", "download-remove");
14 define_key(download_buffer_keymap, "x", "download-shell-command");
15 define_key(download_buffer_keymap, "o", "download-shell-command");