Giter Site home page Giter Site logo

Keypad enter button ignored about tksheet HOT 2 CLOSED

Myoldmopar avatar Myoldmopar commented on September 25, 2024
Keypad enter button ignored

from tksheet.

Comments (2)

ragardner avatar ragardner commented on September 25, 2024

Hi there,

Thanks for your report, this was neither known nor intentional so I really appreciate you letting me know!

I unfortunately do not have a keyboard with a numpad to test this at the moment but it's possibly fixed in 7.1.8 where I added the bindings "<KP_Enter>" for closing the cell text editor and also "<Alt-KP_Enter>" for creating a new line in the cell text editor.

I have no real idea if these bindings will work sorry, I am following guidance on this question:
https://stackoverflow.com/questions/74889898/numeric-enter-key-not-binding-in-python-tkinter-application-in-raspberrypi-os

If you want to, let me know if they don't work and I'll try something else

Here is the changelog for 7.1.8:

Version 7.1.8

Fixed:

  • Issue with setting sheet xview/yview immediately after initialization
  • Visual selection box issue with boxes with 0 length or width

Addressed:

Added:

  • Functions:
    • boxes setter for use with Sheet.get_all_selection_boxes_with_types() or Sheet.boxes property
    • selected setter
    • all_rows property to get all_rows_displayed bool
    • all_columns property to get all_columns_displayed bool
    • all_rows setter to set all_rows_displayed bool
    • all_columns setter to set all_columns_displayed bool
    • displayed_rows setter uses function Sheet.display_rows()
    • displayed_columns setter uses function Sheet.display_columns()

Removed:

  • All parameters from function Sheet.after_redraw()
  • Warnings about version changes from Sheet() initialization
  • within_range parameters from internal get_selected_cells/get_selected_rows/get_selected_columns functions

from tksheet.

Myoldmopar avatar Myoldmopar commented on September 25, 2024

Can confirm! With 7.1.8, the key pad enter key is working happily, so I can rapidly enter numeric data into cells. Thanks! I'll close this issue.

from tksheet.

Related Issues (20)

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.