NinjaKurosun / SomeSmile

SomeSmile - a free, open source and not yet cross-platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SomeSmile - a free, open source and not yet cross-platform

screenshot

Table Of Contents

For What?

The program provides keyboard macros
Or just a Key-word that can be converted to a Value-word
You can define that in the table

Structure

  SomeSmile-main/
  ├────SomeSmile/
  │    ├────SomeSmileDll/
  │    │    └────Switcher/
  │    │         ├────Switcher/
  │    │         │    └→Code
  │    │         └→Switcher.sln // To Open In Visual Studio
  │    ├────Screenshots/ // This is Screenshots =)
  │    └────SomeSmileApp/
  │         ├────Resource/
  │         │    ├────Translations/
  │         │    ├────QStyle/
  │         │    └────iconSource/
  │         ├→Code
  │         └→SomeSmile.pro // To Open In QtCreator
  └→README.md //You See

Start

  1. Download.
  2. Move the archive to any path and unzip it.
  3. Run.
  4. Your mind: Wow, you did it!
  5. Let's get Usage Guide!

Usage Guide

  • Do not delete line 71 in the SSMainWindow file.
    screenshot
  • To translate the entered Key into Value, you must press Ctrl
  • I think this program is intuitive (should be)
  • The End

How To Build

  1. Open it SomeSmile.pro in Qt Creator, select the configuration and press Ctrl+R.
  2. Next, compile the library (Switcher from the SomeSmileDll folder) in Visual Studio in all configurations, then rename the output files to Switcher32.dll and Switcher64.dll, depending on the bits.
  3. Copy the Switcher32.dll and Switcher64.dll files to the release folder, and run windeployqt.exe.

Screenshots

screenshot1 screenshot2 screenshot4

End

Our Telegram Channel and ChatGroup. The license GNU General Public License v3.0
This program is not very finished, sorry ¯_(ツ)_/¯

About

SomeSmile - a free, open source and not yet cross-platform


Languages

Language:C++ 92.6%Language:HTML 5.4%Language:QMake 1.7%Language:C 0.4%