mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-07-06 23:35:07 +03:00
Compare commits
1 Commits
2b40c61d8e
...
cjk_armlin
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b0d934318b |
@@ -113,11 +113,11 @@ pub enum MouseButton {
|
|||||||
|
|
||||||
/// Scroll up button
|
/// Scroll up button
|
||||||
ScrollUp,
|
ScrollUp,
|
||||||
/// Scroll down button
|
/// Left right button
|
||||||
ScrollDown,
|
ScrollDown,
|
||||||
/// Scroll left button
|
/// Left right button
|
||||||
ScrollLeft,
|
ScrollLeft,
|
||||||
/// Scroll right button
|
/// Left right button
|
||||||
ScrollRight,
|
ScrollRight,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -223,7 +223,7 @@ impl KeyboardControllable for Enigo {
|
|||||||
// Windows uses uft-16 encoding. We need to check
|
// Windows uses uft-16 encoding. We need to check
|
||||||
// for variable length characters. As such some
|
// for variable length characters. As such some
|
||||||
// characters can be 32 bit long and those are
|
// characters can be 32 bit long and those are
|
||||||
// encoded in so-called high and low surrogates
|
// encoded in such called hight and low surrogates
|
||||||
// each 16 bit wide that needs to be send after
|
// each 16 bit wide that needs to be send after
|
||||||
// another to the SendInput function without
|
// another to the SendInput function without
|
||||||
// being interrupted by "keyup"
|
// being interrupted by "keyup"
|
||||||
|
|||||||
Submodule libs/hbb_common updated: f857bbd3bc...387603f47c
@@ -45,7 +45,7 @@ pre_start()
|
|||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
# When logging out from the interactive shell, the execution sequence is:
|
# When loging out from the interactive shell, the execution sequence is:
|
||||||
#
|
#
|
||||||
# IF ~/.bash_logout exists THEN
|
# IF ~/.bash_logout exists THEN
|
||||||
# execute ~/.bash_logout
|
# execute ~/.bash_logout
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/// Url handler based on dbus
|
/// Url handler based on dbus
|
||||||
///
|
///
|
||||||
/// Note:
|
/// Note:
|
||||||
/// On linux, we use dbus to communicate between multiple rustdesk processes.
|
/// On linux, we use dbus to communicate multiple rustdesk process.
|
||||||
/// [Flutter]: handle uni links for linux
|
/// [Flutter]: handle uni links for linux
|
||||||
use dbus::blocking::Connection;
|
use dbus::blocking::Connection;
|
||||||
use dbus_crossroads::{Crossroads, IfaceBuilder};
|
use dbus_crossroads::{Crossroads, IfaceBuilder};
|
||||||
|
|||||||
Reference in New Issue
Block a user