Google Translate in Mac App like Spotlight
Click To Download. If it gives an error when you try to open the application:
Go to System Preferences > Privacy & Security
and there should be a button saying Open Anyway
, under the Security
.
// Constants.swift
struct Constants {
static let WIDTH = 600
static let HEIGHT = 334
static let SOURCE_LANGUAGE = "en"
static let TRANSLATION_LANGUAGE = "tr"
static let key: Key = .backslash
static let modifiers: NSEvent.ModifierFlags = .command
}
Shortcuts | Functionality |
---|---|
ESC |
Hide Panel |
Tab |
Focus Last App |
CMD + \ |
Toggle Panel - Focus |
CMD + L |
Listen Source |
CMD + S |
Swap Languages |
CMD + Enter |
Fix Typo |
If believe you've found an issue, please report it along with any relevant details to reproduce it.
Please do not use the issue tracker for personal support requests. Instead, use StackOverflow.
Yes please! Feature requests / pull requests are welcome.