5 Commits
Author SHA1 Message Date
bdeshi e9e7991ee6 update-readme (#1)
- add brew commands (using custom taps)
- add usage section
- remove confusing notes section
- fix markdown linting issues
- re-order sections
- minor phrasing and wording adjustments

Reviewed-on: #1
2024-08-22 03:44:03 +06:00
bdeshiandGitHub a2d45d31dd add standard probhat layout image 2021-06-27 15:46:51 +06:00
bdeshi 484c131df3 update version 2021-03-30 10:55:07 +06:00
bdeshi f925ac2d0d allow fast layout switch with caps-lock 2021-03-30 10:44:20 +06:00
bdeshi 1c79f1f5b6 gitignore .DS_Store 2021-03-30 10:43:14 +06:00
5 changed files with 54 additions and 28 deletions
+1
View File
@@ -0,0 +1 @@
.DS_Store
@@ -7,11 +7,11 @@
<key>CFBundleName</key>
<string>ProbhatKeyboardLayout</string>
<key>CFBundleVersion</key>
<string>1.0.0</string>
<string>1.0.1</string>
<key>KLInfo_Probhat (BD)</key>
<dict>
<key>TICapsLockLanguageSwitchCapable</key>
<false/>
<true/>
<key>TISInputSourceID</key>
<string>org.sil.ukelele.keyboardlayout.probhatkeyboardlayout.probhat(bd)</string>
<key>TISIntendedLanguage</key>
@@ -20,7 +20,7 @@
<key>KLInfo_Probhat (IN)</key>
<dict>
<key>TICapsLockLanguageSwitchCapable</key>
<false/>
<true/>
<key>TISInputSourceID</key>
<string>org.sil.ukelele.keyboardlayout.probhatkeyboardlayout.probhat(in)</string>
<key>TISIntendedLanguage</key>
@@ -3,10 +3,10 @@
<plist version="1.0">
<dict>
<key>BuildVersion</key>
<string>1.0.0</string>
<string>1.0.1</string>
<key>ProjectName</key>
<string>ProbhatKeyboardLayout</string>
<key>SourceVersion</key>
<string>1.0.0</string>
<string>1.0.1</string>
</dict>
</plist>
+48 -23
View File
@@ -1,41 +1,66 @@
### Probhat Bangla keyboard layout for Mac OSX
# Probhat Keyboard Layout for Mac OSX
This project hosts Probhat keyboard layout configuration for Mac OSX systems.
This project provides the Probhat keyboard layout as a Mac OS native bundle. Probhat is one of the most popular keyboard layouts for the Bangla (aka Bengali) language.
This is faithful to the scheme published at [ekushey.org][e] <sup>[🏛][w]</sup> with two variations:
There are two variations:
- **Probhat (BD)**: BDT symbol (৳) on <kbd>SHIFT</kbd>+<kbd>4</kbd>
- **Probhat (IN)**: INR symbol (₹) on <kbd>SHIFT</kbd>+<kbd>4</kbd>
Other than this variation, the layouts are faithful to the scheme published at [ekushey.org][e]<span style="font-size:60%">[🏛][w]</span>
*if this is useful to you, feel free to add a github star, thanks!*
### INSTALLATION
#### install for current user
Copy [`ProbhatKeyboardLayout.bundle`][p] to `~/Library/Keyboard Layouts/`
## Install
#### install system-wide
Copy [`ProbhatKeyboardLayout.bundle`][p] to `/Library/Keyboard Layouts/`
### With Homebrew
#### uninstall
Remove `ProbhatKeyboardLayout.bundle` from where ever you'd copied it to.
Run this command to install:
![graphical view of the layout](./probhat-layout-apple-wireless.png)
<sup>(image generated with https://keyboard-layout-editor.com)</sup>
```sh
brew install --cask bdeshi/taps/probhat-keyboard-layout
```
### NOTES
- The <kbd>Control</kbd> and <kbd>Command</kbd> special keys use US QWERTY layouts.
- Some key combinations may conflict with some application-specific shortcuts. For example, <kbd>SHIFT</kbd>+<kbd>ALT</kbd>+<kbd>A</kbd> toggles block comments by default in VSCode.
and this one to uninstall:
### ISSUES
Please [report issues or missing features][s]!
```sh
brew uninstall --cask bdeshi/taps/probhat-keyboard-layout
```
### CREDITS
The Probhat layout was developed by Ankurbangla.org.
This layout bundle was generated with the help of [Ukelele][k] and no guitars.
### Without Homebrew
Download and open a **source archive** of this project from the [Releases][r] page, and copy [`ProbhatKeyboardLayout.bundle`][p] to `~/Library/Keyboard Layouts/` (`~` means your home folder).
To uninstall, remove `ProbhatKeyboardLayout.bundle` from `~/Library/Keyboard Layouts/`.
## Usage
*These directions may differ slightly across Mac OS versions.*
Go to **System Settings > Keyboard**, add Probhat (BD) or Probhat (IN) in the **Input Sources** section.
Find or set the keyboard shortcut for cycling layouts in **System Settings > Keyboard > Keyboard Shortcuts > Input Sources**.
Layouts can be cycled from the menu bar as well by enabling the input menu item.
## Issues
Please report issues or feature requests on [github][s1] (or [gitea][s2]).
## Credits
- The Probhat layout was developed by ankurbangla.org.
- This Mac OS native keyboard layout bundle was generated with [Ukelele][k] (no guitars, sorry).
<hr>
## The Keyboard Layout
![graphical view of the layout](./probhat-layout-apple-wireless.png)
<sup>image generated with https://keyboard-layout-editor.com</sup>
[e]: https://www.ekushey.org/?page/probhat_layout
[w]: https://web.archive.org/web/20200815053905/https://ekushey.org/?page/probhat_layout
[r]: /bdeshi/probhat-mac-osx/releases
[p]: ProbhatKeyboardLayout.bundle
[s]: https://github.com/bdeshi/probhat-mac-osx/issues
[k]: https://software.sil.org/ukelele/
[s1]: https://github.com/bdeshi/probhat-mac-osx/issues
[s2]: https://git.bdeshi.space/bdeshi/probhat-mac-osx/issues
[k]: https://software.sil.org/ukelele/
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 164 KiB