Commit Graph

1074 Commits

Author SHA1 Message Date
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
93743a6fa2 Merge branch 'master' into dev 2021-01-06 22:10:58 -06:00
74ef2b3a8f - Added sigint, exit for terminals in sublime/vscode 2021-01-06 22:08:17 -06:00
b5854eec66 Update README.md 2021-01-05 23:23:49 -06:00
06b235d4ea Update README.md 2021-01-05 23:13:05 -06:00
98d530921f Update README.md 2020-12-26 23:50:46 -06:00
d40fc42e15 Update README.md 2020-12-26 20:06:31 -06:00
78a0d993c4 Update README.md 2020-12-26 17:40:54 -06:00
51f14984d7 Update README.md 2020-12-26 13:20:15 -06:00
096556ef1a Update README.md 2020-12-26 13:19:22 -06:00
26d2acd0fd Update README.md 2020-12-26 00:49:46 -06:00
be09586239 Update README.md 2020-12-23 18:01:41 -06:00
ef238dc94d Update README.md 2020-12-23 17:59:57 -06:00
24e42c1c8a - Added Alt+Dn/Up for PgUp/PgDn on Windows 2020-12-23 15:59:36 -06:00
b9d3ddd7c0 Update README.md 2020-12-20 13:30:44 -06:00
1f70fde0e2 Merge pull request #359 from albertofem/patch-1
Add Hyper terminal to Linux
2020-12-12 15:52:27 -06:00
07e1d44e7d Add Hyper terminal
Recently stumbled upon this tool to use the Mac keyboard under Linux and Windows. It works great!

Hyper (https://hyper.is/) is already added for Windows, not so for Linux!
2020-12-12 22:37:26 +01:00
5f83fa9ba5 - Relocated files and updated paths 2020-12-12 12:34:08 -06:00
a6b318ef87 Merge pull request #356 from rbreaves/dev
- Removed all unused files and references
2020-12-12 12:13:04 -06:00