Code Monkey home page Code Monkey logo

keyword-clip's Issues

Change Command F Shortcut

Instead of copy filename with command F it would be good to switch it to command D or command S
That would leave command F available for another key command for focusing the textbox "select category"

Dialogs not rendered correctly running in Electron

Dialogs don't seem to get rendered fully until clicked on by the user when running under Electron. Both the about dialog and the settings dialog don't look right until the user clicks them. I need to figure out a workaround for that.

Add Optional "Vendor Category" to Filename Builder

We've added a custom field for vendors to use called "vendor category"

It belongs between the first underscore and filename delineated by a '-'

ie. CatID-UserCategory_VendorCategory-FXName_CreatorID(formerly user initials)_SourceID(formerly show)_UserData

Add UserData to filenamer

It used to be User Info (I think) we've changed the name to User Data

Also, I'm not sure how that will affect the layout, but a ripple effect is the default window size will probably need to change to accommodate two rows instead of one.

Allow triggering of applescript with a button.

Triggering the apple scripts with a button rather than being automatic (in case you misclick or want to hold onto a search while continuing to search). We could make it an option on whether to run it automatically (as it works now).

Some applescript scripts don't work correctly.

In some cases, especially using keyboard simulation, applescript scripts don't run as expected. Here is an example script that uses the calculator that doesn't work correctly.

tell application "System Events"
activate application "Calculator"
tell application process "Calculator"
perform action "AXPress" of button 8 of group 2 of window 1
key code 88
perform action "AXPress" of button 13 of group 2 of window 1
key code 89
perform action "AXPress" of button 2 of group 2 of window 1
end tell
end tell

Add Textbox Focus Keyboard Shortcut to "Select Category"

Being able to focus the "select category" text box with command F would be really handy if you are tabbing over from another program and want to not have to move your mouse over to click in the "select category" text box on the first page

Update to angular 10

We should think about updating to Angular 10 and turning on some of the enhanced type checking and other available features.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.