Python Forum
Additional buffer for Windows
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Additional buffer for Windows
#1
I would like to write a program for extending the number of buffers available for the user. We have a default ctrl+c and ctrl+v but I want to have additional buffers with others keys, let say ctrl+b and ctrl+n.

The first idea that comes to me is to create txt file for each buffer and just to save in them selected text information when the user uses ctrl+b. But in this case, it is impossible to save images.

So, are there some neater ways to implement my idea with Python?
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Read buffer from bluetooth frohr 2 2,077 Jun-01-2022, 01:31 PM
Last Post: frohr
  JS Buffer.from VS struct.pack DreamingInsanity 3 2,407 Apr-05-2021, 06:27 PM
Last Post: DreamingInsanity
  Seperate output buffer matt_the_hall 2 2,314 Mar-15-2021, 08:44 PM
Last Post: matt_the_hall
  Can property getters and setters have additional arguments? pjfarley3 2 2,989 Oct-30-2020, 12:17 AM
Last Post: pjfarley3
  PyAudio Buffer Data Calculation MclarenF1 0 2,099 Aug-21-2020, 10:55 AM
Last Post: MclarenF1
  Getting MemoryError frames.write(buffer) kunwarsingh 0 1,568 Feb-10-2020, 09:39 PM
Last Post: kunwarsingh
  How to write a script to execute a program need passing additional input? larkypython 2 2,467 Nov-23-2019, 04:38 AM
Last Post: larkypython
  The supplied user buffer is not valid for the requested operation. py2exe 1 3,270 Apr-27-2018, 12:17 AM
Last Post: py2exe
  typeerror: 'str' does not support the buffer interface rdirksen 3 10,308 Mar-11-2018, 12:57 PM
Last Post: rdirksen
  Python error: TypeError: expected string or buffer chris0147 1 6,612 Feb-23-2018, 02:42 AM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020