mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-14 22:22:31 +00:00
* More commands fixed.
git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@1170 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
+1
-1
@@ -122,7 +122,7 @@ Root::cleanup() {
|
||||
|
||||
const char*
|
||||
Root::get_throttle_keys() {
|
||||
const std::string& keyLayout = rpc::call_command_string("key_layout");
|
||||
const std::string& keyLayout = rpc::call_command_string("keys.layout");
|
||||
|
||||
if (strcasecmp(keyLayout.c_str(), "azerty") == 0)
|
||||
return "qwQWsxSXdcDC";
|
||||
|
||||
Reference in New Issue
Block a user