[tor-bugs] #17599 [Tor Browser]: Please add keyboard shortcuts for New Identity and New Tor Circuit for this Site
Tor Bug Tracker & Wiki
blackhole at torproject.org
Mon Feb 1 15:10:54 UTC 2016
- Previous message: [tor-bugs] [Tor Bug Tracker & Wiki] Batch modify: #17702, #4581, #15055, #15056, #16861, #17273, #17610, #17668, #17840, #13802, #17021, #17272, #17920
- Next message: [tor-bugs] #17744 [Tor]: Add quotes when comparing strings in configure script
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
#17599: Please add keyboard shortcuts for New Identity and New Tor Circuit for this
Site
------------------------------------------+--------------------------------
Reporter: cypherpunks | Owner: tbb-team
Type: enhancement | Status: needs_revision
Priority: Medium | Milestone:
Component: Tor Browser | Version:
Severity: Normal | Resolution:
Keywords: tbb-usability, tbb-torbutton | Actual Points:
Parent ID: | Points:
Sponsor: |
------------------------------------------+--------------------------------
Changes (by cypherpunks):
* status: new => needs_revision
Comment:
I've tried to implement this myself, but didn't get it to work.
'''torbutton.js:'''
{{{
var { Hotkey } = require("sdk/hotkeys");
var torbutton_hotkey_new_circuit = Hotkey({
combo: "accel-shift-l",
onPress: function() {
torbutton_new_circuit();
}
});
var torbutton_hotkey_new_identity = Hotkey({
combo: "accel-shift-u",
onPress: function() {
torbutton_new_identity();
}
});
}}}
What could be the problem? Is it some isolation in TBB that's not allowing
a hotkey listener?
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/17599#comment:5>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
- Previous message: [tor-bugs] [Tor Bug Tracker & Wiki] Batch modify: #17702, #4581, #15055, #15056, #16861, #17273, #17610, #17668, #17840, #13802, #17021, #17272, #17920
- Next message: [tor-bugs] #17744 [Tor]: Add quotes when comparing strings in configure script
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the tor-bugs
mailing list