This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/Android.mk b/Android.mk | |
index 08bf11f..0dac823 100644 | |
--- a/Android.mk | |
+++ b/Android.mk | |
@@ -65,13 +65,3 @@ LOCAL_MODULE:= libxml2 | |
include $(BUILD_STATIC_LIBRARY) | |
- | |
-# For the host |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- auto import rdp file to Microsoft Remote Desktop for Mac | |
tell application "Microsoft Remote Desktop" | |
activate | |
tell application "System Events" | |
set frontmost of process "Microsoft Remote Desktop" to true | |
delay 1 | |
tell process "Microsoft Remote Desktop" | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Auto connect bookmark for Microsoft Remote Desktop on Mac | |
tell application "Microsoft Remote Desktop" | |
activate | |
tell application "System Events" | |
set frontmost of process "Microsoft Remote Desktop" to true | |
tell process "Microsoft Remote Desktop" | |
keystroke "f" using {command down} | |
keystroke "MyBookmarkName" | |
keystroke tab |