Commit Graph

992 Commits

Author SHA1 Message Date
afd7ec47bf Update README.md 2021-02-19 22:38:59 -06:00
06ba71fa67 Update README.md 2021-02-16 19:45:39 -06:00
539d916ae3 Update README.md 2021-02-16 19:42:32 -06:00
6d49644151 - Added in ^C sigint for chromebooks in code editors 2021-02-16 18:24:57 -06:00
4a3877a5fa Update README.md 2021-02-15 21:33:08 -06:00
12efd46dd7 - Fixes Win key combos on Search key position (Chromebook for Windows) 2021-02-15 18:26:40 -06:00
e255cb6727 Merge pull request #398 from rbreaves/hotfix
- Fixed hotkey mistakes for Chrome/IBM on Windows
2021-02-15 17:49:58 -06:00
8e0828aa3b - Fixed hotkey mistakes for Chrome/IBM on Windows 2021-02-15 17:42:53 -06:00
ecbf8a7aed Update README.md 2021-02-15 14:59:07 -06:00
93743cc4c5 Update README.md 2021-02-15 14:57:30 -06:00
34dee0e9ef Update README.md 2021-02-15 14:56:32 -06:00
261befaf7f Update README.md 2021-02-15 14:52:27 -06:00
5410895d0a Update README.md 2021-02-15 14:50:48 -06:00
319b506260 Update README.md 2021-02-15 14:48:46 -06:00
6a8de98bbd Update README.md 2021-02-15 14:44:10 -06:00
9aaac4f356 Update README.md 2021-02-15 14:40:48 -06:00
e9911f3de8 Update README.md 2021-02-15 14:33:54 -06:00
d76dcc9682 Update README.md 2021-02-15 14:31:48 -06:00
6a32f41de4 Update README.md 2021-02-15 14:24:30 -06:00
273d0e2ee4 Update README.md 2021-02-15 01:07:12 -06:00
ce9b137c13 Merge pull request #396 from rbreaves/linux-rdp
- Added Remmina support for RDP sessions (Linux to Windows)
2021-02-14 23:47:28 -06:00
dab65cd8f0 - Added Remmina support for RDP sessions (Linux to Windows) 2021-02-14 23:45:29 -06:00
50d53ba77f Merge pull request #385 from fracture91/browser-tab-num-jump
Make Command+Num on linux jump to tabs in browsers
2021-02-07 14:12:01 -08:00
a285e7ebe9 Merge pull request #386 from fracture91/same-app-switching-backwards
Fix Command + Shift + Grave same app switching so it moves backwards, not forwards
2021-02-04 19:59:49 -08:00
231060ee5b Fix Command + Shift + Grave same app switching so it moves backwards 2021-02-04 21:13:42 -05:00
f693312dce Make Command+Num on linux jump to tabs in browsers
See "Go to Tab 1 to 8" and "Go to Last Tab":

https://support.mozilla.org/en-US/kb/keyboard-shortcuts-perform-firefox-tasks-quickly#w_windows-tabs

See "Jump to a specific tab" and "Jump to the rightmost tab":

https://support.google.com/chrome/answer/157179?co=GENIE.Platform%3DDesktop&hl=en#zippy=%2Ctab-and-window-shortcuts
2021-02-04 17:12:22 -05:00
6d2dd55a96 Merge pull request #384 from rbreaves/dev
- Fixes system tray to be executable. Closes #383
2021-02-03 11:33:58 -08:00
46430e3ec6 - Fixes system tray to be executable. Closes #383 2021-02-01 13:03:16 -06:00
d1d020ff80 Update README.md 2021-01-21 21:58:33 -06:00
bc04c87042 Update README.md 2021-01-21 21:26:26 -06:00
dc31e28e16 Merge pull request #377 from rbreaves/dev
- Added min/max fix for Windows to avoid multi-cursor issue
2021-01-16 00:25:05 -06:00
30a9529940 - Added min/max fix for Windows to avoid multi-cursor issue 2021-01-15 17:17:24 -06:00
7c9887237b Update README.md 2021-01-14 23:19:03 -06:00
a090725633 Merge pull request #372 from rbreaves/dev
Set permissions better, add RAlt-Enter for Insert, fix cmd-tab for terms (linux)
2021-01-14 08:38:56 -06:00
1e694aa65f Update README.md 2021-01-13 18:57:49 -06:00
7f771cb5da Update README.md 2021-01-13 18:45:44 -06:00
20e73a060b Update README.md 2021-01-13 18:45:11 -06:00
3cbb2efa4b Update README.md 2021-01-12 22:17:41 -06:00
39aef1be43 Update README.md 2021-01-12 21:53:06 -06:00
e526dfdda0 Update README.md 2021-01-12 18:22:27 -06:00
c321e51a8f Merge pull request #370 from albertofem/patch-1
Catch all Jetbrains applications
2021-01-10 16:33:52 -06:00
43b4ae3986 - Added Insert on RAlt-Enter #371 #348, fixed cmd-tab during term usage (linux) 2021-01-10 16:16:42 -06:00
8eb14ee96a Catch all Jetbrains applications
Right now, only IntelliJ IDEA IDE is being remapped. However, if you try to use CLion, PyCharm, etc. those won't be remapped as they have a different `WM_CLASS` value, for example: `jetbrains-clion`, `jetbrains-pycharm`, etc.

This PR just adds a wildcard to the regular expression for jetbrains remapping to catch all IDEs, but excluding the Jetbrains Toolbox app, which does not need remapping.

Tested with CLion, IntelliJ, PyCharm and Android Studio. Not sure if this will catch 100% of availables IDEs in Linux (for example, others like MPS, Datalore, etc.)
2021-01-10 18:45:01 +01:00
b76154d046 Update README.md 2021-01-10 03:02:01 -06:00
6fa0ec8ddd Update README.md 2021-01-10 02:45:56 -06:00
c924d91440 Update README.md 2021-01-10 02:44:51 -06:00
e9edc4891c Update README.md 2021-01-10 02:41:26 -06:00
015faa4491 - Set more execute permissions after file relocations 2021-01-09 18:30:18 -06:00
844f03ebc1 Merge pull request #357 from rbreaves/dev
- Relocated files and updated paths
1.2-5
2021-01-06 21:05:55 -08:00
2663bfc574 - Reset scripts to be executable 2021-01-06 23:04:22 -06:00